- Revision
- 15295
- Author
- bear
- Date
- 2007-08-30 19:28:12 -0700 (Thu, 30 Aug 2007)
Log Message
Setting version information for Release Candidate 4
Modified Paths
Diff
Modified: tags/0.7.0-rc4/chandler/distrib/osx/bundle/Info.plist (15294 => 15295)
--- tags/0.7.0-rc4/chandler/distrib/osx/bundle/Info.plist 2007-08-31 02:25:23 UTC (rev 15294) +++ tags/0.7.0-rc4/chandler/distrib/osx/bundle/Info.plist 2007-08-31 02:28:12 UTC (rev 15295) @@ -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-rc4 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-rc4</string> </dict> </plist>
Modified: tags/0.7.0-rc4/chandler/version.py (15294 => 15295)
--- tags/0.7.0-rc4/chandler/version.py 2007-08-31 02:25:23 UTC (rev 15294) +++ tags/0.7.0-rc4/chandler/version.py 2007-08-31 02:28:12 UTC (rev 15295) @@ -1,5 +1,5 @@ -_version = { 'release': '0.7', - 'build': '.dev', +_version = { 'release': '0.7.0-rc4', + 'build': '', 'checkpoint': None, 'revision': None, }
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
