- Revision
- 15289
- Author
- bear
- Date
- 2007-08-29 20:15:15 -0700 (Wed, 29 Aug 2007)
Log Message
Setting version information for Release Candidate 3
Modified Paths
Diff
Modified: tags/0.7.0-rc3/chandler/distrib/osx/bundle/Info.plist (15288 => 15289)
--- tags/0.7.0-rc3/chandler/distrib/osx/bundle/Info.plist 2007-08-30 03:12:27 UTC (rev 15288) +++ tags/0.7.0-rc3/chandler/distrib/osx/bundle/Info.plist 2007-08-30 03:15:15 UTC (rev 15289) @@ -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-rc3 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-rc3</string> </dict> </plist>
Modified: tags/0.7.0-rc3/chandler/version.py (15288 => 15289)
--- tags/0.7.0-rc3/chandler/version.py 2007-08-30 03:12:27 UTC (rev 15288) +++ tags/0.7.0-rc3/chandler/version.py 2007-08-30 03:15:15 UTC (rev 15289) @@ -1,5 +1,5 @@ -_version = { 'release': '0.7', - 'build': '.dev', +_version = { 'release': '0.7.0-rc3', + 'build': '', 'checkpoint': None, 'revision': None, }
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
