[Inteproxy-commits] r150 - trunk/packaging/Windows
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Jun 19 18:37:52 CEST 2008
Author: emanuel
Date: 2008-06-19 18:37:52 +0200 (Thu, 19 Jun 2008)
New Revision: 150
Modified:
trunk/packaging/Windows/Makefile
Log:
Change correct version format for VIProductVersion (needs integer only)
Modified: trunk/packaging/Windows/Makefile
===================================================================
--- trunk/packaging/Windows/Makefile 2008-06-19 10:42:43 UTC (rev 149)
+++ trunk/packaging/Windows/Makefile 2008-06-19 16:37:52 UTC (rev 150)
@@ -1,6 +1,6 @@
VERSION_NUMBER=0.4.0 #needs the same format as dist dir, e.g. "dist-x.x.x-svnXXX"
VERSION_DATE=20080623
-PRODUCTVERSION=0.4.0.XXX #needs for version info of installer file (Format: x.x.x.x) = "VIProductVersion" in NSIS Installer
+PRODUCTVERSION=0.4.0.0 #needs for version info of installer file (Format: x.x.x.x) = "VIProductVersion" in NSIS Installer
all: # read all input files
More information about the Inteproxy-commits
mailing list