[Inteproxy-commits] r117 - in trunk: . inteproxy
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Feb 27 16:28:29 CET 2008
Author: jan
Date: 2008-02-27 16:28:28 +0100 (Wed, 27 Feb 2008)
New Revision: 117
Modified:
trunk/ChangeLog
trunk/inteproxy.iss
trunk/inteproxy/main.py
Log:
Doing the 0.3.0 release.
* inteproxy.iss, inteproxy/main.py: Raised version number tp 0.3.0.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-02-27 15:22:00 UTC (rev 116)
+++ trunk/ChangeLog 2008-02-27 15:28:28 UTC (rev 117)
@@ -1,5 +1,11 @@
2008-02-27 Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+ Doing the 0.3.0 release.
+
+ * inteproxy.iss, inteproxy/main.py: Raised version number tp 0.3.0.
+
+2008-02-27 Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+
* doc/InteProxy-en.odt, doc/InteProxy-de.odt: Updating according to
changes since 0.2.0 and prepared for 0.3.0 release.
Modified: trunk/inteproxy/main.py
===================================================================
--- trunk/inteproxy/main.py 2008-02-27 15:22:00 UTC (rev 116)
+++ trunk/inteproxy/main.py 2008-02-27 15:28:28 UTC (rev 117)
@@ -21,7 +21,7 @@
MasterWorkerServer,
log_date_time_string)
-inteproxy_version = "0.2.0"
+inteproxy_version = "0.3.0"
class HTTPRedirectHandler(urllib2.HTTPRedirectHandler):
Modified: trunk/inteproxy.iss
===================================================================
--- trunk/inteproxy.iss 2008-02-27 15:22:00 UTC (rev 116)
+++ trunk/inteproxy.iss 2008-02-27 15:28:28 UTC (rev 117)
@@ -1,12 +1,12 @@
[Setup]
AppName=InteProxy
-AppVerName=InteProxy 0.2.0
+AppVerName=InteProxy 0.3.0
DefaultDirName={pf}\InteProxy
DefaultGroupName=InteProxy
Compression=lzma
SolidCompression=yes
-OutputBaseFilename=InteProxy-0.2.0-en-setup
-; OutputBaseFilename=InteProxy-0.2.0-de-setup
+OutputBaseFilename=InteProxy-0.3.0-en-setup
+; OutputBaseFilename=InteProxy-0.3.0-de-setup
OutputDir=.
[Languages]
@@ -17,5 +17,5 @@
[Icons]
Name: "{group}\InteProxy"; Filename: "{app}\InteProxy.exe"
-; Name: "{group}\Benutzerhandbuch"; Filename: "{app}\doc\InteProxy-de-0.2.0.pdf"
-Name: "{group}\Users Manual"; Filename: "{app}\doc\InteProxy-en-0.2.0.pdf"
+; Name: "{group}\Benutzerhandbuch"; Filename: "{app}\doc\InteProxy-de-0.3.0.pdf"
+Name: "{group}\Users Manual"; Filename: "{app}\doc\InteProxy-en-0.3.0.pdf"
More information about the Inteproxy-commits
mailing list