[Inteproxy-commits] r361 - in trunk: doc inteproxy packaging/Windows

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Thu Mar 15 15:39:58 CET 2012


Author: bjoern
Date: 2012-03-15 15:39:58 +0100 (Thu, 15 Mar 2012)
New Revision: 361

Modified:
   trunk/doc/InteProxy-de.odt
   trunk/doc/InteProxy-en.odt
   trunk/inteproxy/main.py
   trunk/packaging/Windows/Makefile
Log:
Bumped version to 1.2.0.


Modified: trunk/doc/InteProxy-de.odt
===================================================================
(Binary files differ)

Modified: trunk/doc/InteProxy-en.odt
===================================================================
(Binary files differ)

Modified: trunk/inteproxy/main.py
===================================================================
--- trunk/inteproxy/main.py	2012-03-06 17:18:53 UTC (rev 360)
+++ trunk/inteproxy/main.py	2012-03-15 14:39:58 UTC (rev 361)
@@ -20,7 +20,7 @@
                                  MasterWorkerServer,
                                  log_date_time_string)
 
-inteproxy_version = "1.1.0"
+inteproxy_version = "1.2.0"
 
 class DebugLogOut:
 

Modified: trunk/packaging/Windows/Makefile
===================================================================
--- trunk/packaging/Windows/Makefile	2012-03-06 17:18:53 UTC (rev 360)
+++ trunk/packaging/Windows/Makefile	2012-03-15 14:39:58 UTC (rev 361)
@@ -1,6 +1,6 @@
-VERSION_NUMBER=1.1.0  #needs the same format as dist dir, e.g. "dist-x.x.x-svnXXX"
-VERSION_DATE=20120111
-PRODUCTVERSION=1.1.0.0  #needs for version info of installer file (Format: x.x.x.x) = "VIProductVersion" in NSIS Installer
+VERSION_NUMBER=1.2.0  #needs the same format as dist dir, e.g. "dist-x.x.x-svnXXX"
+VERSION_DATE=20120315
+PRODUCTVERSION=1.2.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