[Inteproxy-commits] r160 - in trunk: . doc inteproxy packaging/Windows
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Jul 14 13:11:47 CEST 2008
Author: sholl
Date: 2008-07-14 13:11:46 +0200 (Mon, 14 Jul 2008)
New Revision: 160
Modified:
trunk/ChangeLog
trunk/doc/InteProxy-de.odt
trunk/doc/InteProxy-en.odt
trunk/inteproxy/main.py
trunk/packaging/Windows/Makefile
Log:
Release-preparations for 0.4.1
* doc/InteProxy-[en|de].odt: updated version-number
* inteproxy/main.py, packaging/Windows/Makefile: adopted the
version-number to 0.4.1
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-07-14 09:42:56 UTC (rev 159)
+++ trunk/ChangeLog 2008-07-14 11:11:46 UTC (rev 160)
@@ -1,3 +1,12 @@
+2008-07-14 Stephan Holl <stephan.holl at intevation.de>
+
+ Release-preparations for 0.4.1
+
+ * doc/InteProxy-[en|de].odt: updated version-number
+
+ * inteproxy/main.py, packaging/Windows/Makefile: adopted the
+ version-number to 0.4.1
+
2008-07-14 Emanuel Schuetze <emanuel at intevation.de>
* packaging/Windows/inteproxy-installer.nsi: Allow installation
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 2008-07-14 09:42:56 UTC (rev 159)
+++ trunk/inteproxy/main.py 2008-07-14 11:11:46 UTC (rev 160)
@@ -21,7 +21,7 @@
MasterWorkerServer,
log_date_time_string)
-inteproxy_version = "0.4.0"
+inteproxy_version = "0.4.1"
def setup_logging(opts):
Modified: trunk/packaging/Windows/Makefile
===================================================================
--- trunk/packaging/Windows/Makefile 2008-07-14 09:42:56 UTC (rev 159)
+++ trunk/packaging/Windows/Makefile 2008-07-14 11:11:46 UTC (rev 160)
@@ -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=20080620
-PRODUCTVERSION=0.4.0.0 #needs for version info of installer file (Format: x.x.x.x) = "VIProductVersion" in NSIS Installer
+VERSION_NUMBER=0.4.1 #needs the same format as dist dir, e.g. "dist-x.x.x-svnXXX"
+VERSION_DATE=20080714
+PRODUCTVERSION=0.4.1.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