[Mpuls-commits] r2268 - wasko/branches/2.0/mpulsweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Apr 1 08:07:47 CEST 2010
Author: torsten
Date: 2010-04-01 08:07:47 +0200 (Thu, 01 Apr 2010)
New Revision: 2268
Modified:
wasko/branches/2.0/mpulsweb/lib/config.py
Log:
* mpulsweb/lib/config.py: Set new version number
Modified: wasko/branches/2.0/mpulsweb/lib/config.py
===================================================================
--- wasko/branches/2.0/mpulsweb/lib/config.py 2010-04-01 06:04:54 UTC (rev 2267)
+++ wasko/branches/2.0/mpulsweb/lib/config.py 2010-04-01 06:07:47 UTC (rev 2268)
@@ -23,7 +23,7 @@
def get_revision():
- return "2.0-alpha"
+ return "2.0-beta1"
def get_path(dir, file):
@@ -104,7 +104,7 @@
set('common', 'name', 'mpuls')
set('common', 'version', 'rev. %s' % get_revision())
- set('common', 'releasedate', '13.10.2010')
+ set('common', 'releasedate', '01.04.2010')
# Formed
set('formed', 'treefile', 'formedtree.xml')
More information about the Mpuls-commits
mailing list