~osomon/pyexiv2/pyexiv2-0.3

« back to all changes in this revision

Viewing changes to win32-installer.nsi

  • Committer: Olivier Tilloy
  • Date: 2010-12-29 10:55:54 UTC
  • mto: This revision was merged to the branch mainline in revision 349.
  • Revision ID: olivier@tilloy.net-20101229105554-8iifsrflsq0uchy8
Bumped version number to 0.3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
!include nsDialogs.nsh
20
20
!include LogicLib.nsh
21
21
 
22
 
!define PYEXIV2_VERSION "0.2.2"
 
22
!define PYEXIV2_VERSION "0.3.0"
23
23
 
24
24
Name "pyexiv2 ${PYEXIV2_VERSION}"
25
25
OutFile "pyexiv2-${PYEXIV2_VERSION}-setup.exe"