diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2011-10-23 19:46:41 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2011-10-23 19:46:41 +0200 |
commit | b12888b8baaeb427ff668ab9b22f50b561fd1166 (patch) | |
tree | b7fe25577dbcbac178bc86a9186e5971497e3cdd /win32-installer.nsi | |
parent | f9003cb6278a74563136dfc1e6f1491b3a8643c7 (diff) | |
download | pyexiv2-b12888b8baaeb427ff668ab9b22f50b561fd1166.tar.gz |
Bumped version number to 0.3.1.
Diffstat (limited to 'win32-installer.nsi')
-rw-r--r-- | win32-installer.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32-installer.nsi b/win32-installer.nsi index 6846236..1304368 100644 --- a/win32-installer.nsi +++ b/win32-installer.nsi @@ -1,4 +1,4 @@ -; Copyright (C) 2010 Olivier Tilloy <olivier@tilloy.net> +; Copyright (C) 2011 Olivier Tilloy <olivier@tilloy.net> ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ !include nsDialogs.nsh !include LogicLib.nsh -!define PYEXIV2_VERSION "0.3.0" +!define PYEXIV2_VERSION "0.3.1" Name "pyexiv2 ${PYEXIV2_VERSION}" OutFile "pyexiv2-${PYEXIV2_VERSION}-setup.exe" |