- Revision
- 16007
- Author
- bear
- Date
- 2007-12-03 10:10:24 -0800 (Mon, 03 Dec 2007)
Log Message
Setting version information for 0.7.3 Release Candidate 1
Modified Paths
Diff
Modified: tags/rel_0.7.3-rc1/chandler/distrib/osx/bundle/Info.plist (16006 => 16007)
--- tags/rel_0.7.3-rc1/chandler/distrib/osx/bundle/Info.plist 2007-12-03 17:57:33 UTC (rev 16006) +++ tags/rel_0.7.3-rc1/chandler/distrib/osx/bundle/Info.plist 2007-12-03 18:10:24 UTC (rev 16007) @@ -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-rc1 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-rc1</string> <key>CFBundleLocalizations</key> <array> <string>af</string>
Modified: tags/rel_0.7.3-rc1/chandler/version.py (16006 => 16007)
--- tags/rel_0.7.3-rc1/chandler/version.py 2007-12-03 17:57:33 UTC (rev 16006) +++ tags/rel_0.7.3-rc1/chandler/version.py 2007-12-03 18:10:24 UTC (rev 16007) @@ -1,5 +1,5 @@ -_version = { 'release': '0.7.3', - 'build': '.dev', +_version = { 'release': '0.7.3-rc1', + 'build': '', 'checkpoint': None, 'revision': None, }
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
