- Revision
- 15304
- Author
- bear
- Date
- 2007-09-06 18:31:48 -0700 (Thu, 06 Sep 2007)
Log Message
Setting version information for Release Candidate 6
Modified Paths
Diff
Modified: tags/0.7.0-rc6/chandler/distrib/osx/bundle/Info.plist (15303 => 15304)
--- tags/0.7.0-rc6/chandler/distrib/osx/bundle/Info.plist 2007-09-07 01:27:50 UTC (rev 15303) +++ tags/0.7.0-rc6/chandler/distrib/osx/bundle/Info.plist 2007-09-07 01:31:48 UTC (rev 15304) @@ -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-rc6 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-rc6</string> </dict> </plist>
Modified: tags/0.7.0-rc6/chandler/version.py (15303 => 15304)
--- tags/0.7.0-rc6/chandler/version.py 2007-09-07 01:27:50 UTC (rev 15303) +++ tags/0.7.0-rc6/chandler/version.py 2007-09-07 01:31:48 UTC (rev 15304) @@ -1,5 +1,5 @@ -_version = { 'release': '0.7', - 'build': '.dev', +_version = { 'release': '0.7.0-rc6', + 'build': '', 'checkpoint': None, 'revision': None, }
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
