~osomon/pyexiv2/pyexiv2-0.3

« back to all changes in this revision

Viewing changes to win32-installer.nsi

  • Committer: Olivier Tilloy
  • Date: 2011-10-24 17:43:59 UTC
  • mfrom: (371.1.2 pyexiv2-0.3.2)
  • Revision ID: olivier@tilloy.net-20111024174359-3uriuzeudy7wogt4
Tags: release-0.3.2
Merge the 0.3.2 release.

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.3.1"
 
22
!define PYEXIV2_VERSION "0.3.2"
23
23
 
24
24
Name "pyexiv2 ${PYEXIV2_VERSION}"
25
25
OutFile "pyexiv2-${PYEXIV2_VERSION}-setup.exe"