- Revision
- 16013
- Author
- bear
- Date
- 2007-12-03 10:42:53 -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/Makefile (16012 => 16013)
--- tags/rel_0.7.3-rc1/chandler/Makefile 2007-12-03 18:34:54 UTC (rev 16012) +++ tags/rel_0.7.3-rc1/chandler/Makefile 2007-12-03 18:42:53 UTC (rev 16013) @@ -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-rc1 LOCALE_INST = BUILD_PLUGINS = Chandler-HelloWorldPlugin \
Modified: tags/rel_0.7.3-rc1/chandler/distrib/osx/bundle/Info.plist (16012 => 16013)
--- tags/rel_0.7.3-rc1/chandler/distrib/osx/bundle/Info.plist 2007-12-03 18:34:54 UTC (rev 16012) +++ tags/rel_0.7.3-rc1/chandler/distrib/osx/bundle/Info.plist 2007-12-03 18:42:53 UTC (rev 16013) @@ -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 (16012 => 16013)
--- tags/rel_0.7.3-rc1/chandler/version.py 2007-12-03 18:34:54 UTC (rev 16012) +++ tags/rel_0.7.3-rc1/chandler/version.py 2007-12-03 18:42:53 UTC (rev 16013) @@ -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
