[Commits] (bear) bumping working revision number for trunk

commits at osafoundation.org commits at osafoundation.org
Tue Mar 29 11:15:26 PST 2005


Commit by: bear
Modified files:
chandler/__hardhat__.py 1.211 1.212
chandler/version.py 1.7 1.8

Log message:
bumping working revision number for trunk


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/__hardhat__.py.diff?r1=text&tr1=1.211&r2=text&tr2=1.212
http://cvs.osafoundation.org/index.cgi/chandler/version.py.diff?r1=text&tr1=1.7&r2=text&tr2=1.8

Index: chandler/__hardhat__.py
diff -u chandler/__hardhat__.py:1.211 chandler/__hardhat__.py:1.212
--- chandler/__hardhat__.py:1.211	Thu Mar 10 15:29:50 2005
+++ chandler/__hardhat__.py	Tue Mar 29 11:15:25 2005
@@ -233,8 +233,8 @@
 
 def _createVersionFile(buildenv):
     majorVersion   = '0'
-    minorVersion   = '4'
-    releaseVersion = '8'
+    minorVersion   = '5'
+    releaseVersion = '1'
     versionFile    = 'version.py'
     if os.path.exists(versionFile):
         os.remove(versionFile)

Index: chandler/version.py
diff -u chandler/version.py:1.7 chandler/version.py:1.8
--- chandler/version.py:1.7	Mon Dec  6 12:40:33 2004
+++ chandler/version.py	Tue Mar 29 11:15:25 2005
@@ -1,2 +1,2 @@
-build = "custom build"
-release = ".5"
+build = "development trunk"
+release = "0.5-1"



More information about the Commits mailing list