Title: [commits] (bear) [16073] Setting version information for 0.7.3 Release
Revision
16073
Author
bear
Date
2007-12-06 14:48:19 -0800 (Thu, 06 Dec 2007)

Log Message

Setting version information for 0.7.3 Release

Modified Paths

Diff

Modified: tags/0.7.3/chandler/Makefile (16072 => 16073)

--- tags/0.7.3/chandler/Makefile	2007-12-06 22:42:21 UTC (rev 16072)
+++ tags/0.7.3/chandler/Makefile	2007-12-06 22:48:19 UTC (rev 16073)
@@ -12,7 +12,7 @@
 OS_MAJOR_VER = $(firstword $(subst ., ,$(OS_VER)))
 PYTHON_VER   = 2.5
 BP           =
-LOCALE_VER   = branches/0.7.3
+LOCALE_VER   = tags/0.7.3
 LOCALE_INST  = 
 
 BUILD_PLUGINS = Chandler-HelloWorldPlugin \

Modified: tags/0.7.3/chandler/distrib/osx/bundle/Info.plist (16072 => 16073)

--- tags/0.7.3/chandler/distrib/osx/bundle/Info.plist	2007-12-06 22:42:21 UTC (rev 16072)
+++ tags/0.7.3/chandler/distrib/osx/bundle/Info.plist	2007-12-06 22:48:19 UTC (rev 16073)
@@ -9,7 +9,7 @@
 	<key>CFBundleExecutable</key>
 	<string>ChandlerApp</string>
 	<key>CFBundleGetInfoString</key>
-	<string>Chandler 0.7.3.dev from the Open Source Applications Foundation</string>
+	<string>Chandler 0.7.3 from the Open Source Applications Foundation</string>
 	<key>CFBundleIconFile</key>
 	<string>Chandler.icns</string>
 	<key>CFBundleInfoDictionaryVersion</key>
@@ -23,7 +23,7 @@
 	<key>CFBundleSignature</key>
 	<string>CHAN</string>
 	<key>CFBundleVersion</key>
-	<string>0.7.3.dev</string>
+	<string>0.7.3</string>
 	<key>CFBundleLocalizations</key>
 	<array>
 		<string>af</string>

Modified: tags/0.7.3/chandler/version.py (16072 => 16073)

--- tags/0.7.3/chandler/version.py	2007-12-06 22:42:21 UTC (rev 16072)
+++ tags/0.7.3/chandler/version.py	2007-12-06 22:48:19 UTC (rev 16073)
@@ -1,5 +1,5 @@
 _version = { 'release':    '0.7.3',
-             'build':      '.dev',
+             'build':      '',
              'checkpoint': None,
              'revision':   None,
            }




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to