[Thuban-commits] r2677 - in trunk/thuban: . Thuban

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Apr 12 11:35:22 CEST 2006


Author: bernhard
Date: 2006-04-12 11:35:21 +0200 (Wed, 12 Apr 2006)
New Revision: 2677

Modified:
   trunk/thuban/ChangeLog
   trunk/thuban/Thuban/version.py
Log:
About dialog: Changed thuban_release mechanism to use "svn" instead of "cvs".


Modified: trunk/thuban/ChangeLog
===================================================================
--- trunk/thuban/ChangeLog	2006-03-31 17:18:50 UTC (rev 2676)
+++ trunk/thuban/ChangeLog	2006-04-12 09:35:21 UTC (rev 2677)
@@ -1,3 +1,7 @@
+2006-04-12 Bernhard Reiter <bernhard at intevation.de>
+	* Thuban/version.py: Changed thuban_release mechanism to use "svn"
+	instead of "cvs".
+
 2006-03-31  Bernhard Reiter <bernhard at intevation.de>
 
 	* libraries/thuban/wxproj.cpp: including proj_api.h instead of

Modified: trunk/thuban/Thuban/version.py
===================================================================
--- trunk/thuban/Thuban/version.py	2006-03-31 17:18:50 UTC (rev 2676)
+++ trunk/thuban/Thuban/version.py	2006-04-12 09:35:21 UTC (rev 2677)
@@ -27,9 +27,9 @@
 # E.g. given
 #
 #  thuban_branch = "1.1"
-#  thuban_release = "cvs"
+#  thuban_release = "svn"
 #
-# the version string will be "Thuban 1.1 cvs 2004-02-24" (obviously the
+# the version string will be "Thuban 1.1 svn-20040224" (obviously the
 # actual date might differ :) ).  OTOH, given
 #
 #  thuban_branch = "1.0"
@@ -39,7 +39,7 @@
 #
 
 thuban_branch = "1.1"
-thuban_release = "cvs"
+thuban_release = "svn"
 
 
 
@@ -91,7 +91,7 @@
 
 versions = {}
 
-if thuban_release == "cvs":
+if thuban_release == "svn":
     version = '%s %s-%s' % (thuban_branch, thuban_release, get_date('%Y%m%d'))
     longversion = '%s\n%s' % (version, get_changelog_date())
 else:



More information about the Thuban-commits mailing list