- Revision
- 15301
- Author
- bear
- Date
- 2007-09-05 12:21:15 -0700 (Wed, 05 Sep 2007)
Log Message
Setting version information for Release Candidate 5
Modified Paths
Diff
Modified: tags/0.7.0-rc5/chandler/distrib/osx/bundle/Info.plist (15300 => 15301)
--- tags/0.7.0-rc5/chandler/distrib/osx/bundle/Info.plist 2007-09-05 19:18:17 UTC (rev 15300) +++ tags/0.7.0-rc5/chandler/distrib/osx/bundle/Info.plist 2007-09-05 19:21:15 UTC (rev 15301) @@ -9,7 +9,7 @@ <key>CFBundleExecutable</key> <string>ChandlerApp</string> <key>CFBundleGetInfoString</key> - <string>Chandler 0.7.dev from the Open Source Applications Foundation</string> + <string>Chandler 0.7.0-rc5 from the Open Source Applications Foundation</string> <key>CFBundleIconFile</key> <string>Chandler.icns</string> <key>CFBundleInfoDictionaryVersion</key> @@ -23,6 +23,6 @@ <key>CFBundleSignature</key> <string>CHAN</string> <key>CFBundleVersion</key> - <string>0.7.dev</string> + <string>0.7.0-rc5</string> </dict> </plist>
Modified: tags/0.7.0-rc5/chandler/version.py (15300 => 15301)
--- tags/0.7.0-rc5/chandler/version.py 2007-09-05 19:18:17 UTC (rev 15300) +++ tags/0.7.0-rc5/chandler/version.py 2007-09-05 19:21:15 UTC (rev 15301) @@ -1,5 +1,5 @@ -_version = { 'release': '0.7', - 'build': '.dev', +_version = { 'release': '0.7.0-rc5', + 'build': '', 'checkpoint': None, 'revision': None, }
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
