- Revision
- 15337
- Author
- bear
- Date
- 2007-09-17 10:30:28 -0700 (Mon, 17 Sep 2007)
Log Message
Setting version information for Checkpoint 20070917
Modified Paths
Diff
Modified: tags/0.7.1.dev-r15335-checkpoint20070917/chandler/distrib/osx/bundle/Info.plist (15336 => 15337)
--- tags/0.7.1.dev-r15335-checkpoint20070917/chandler/distrib/osx/bundle/Info.plist 2007-09-17 17:26:27 UTC (rev 15336) +++ tags/0.7.1.dev-r15335-checkpoint20070917/chandler/distrib/osx/bundle/Info.plist 2007-09-17 17:30:28 UTC (rev 15337) @@ -9,7 +9,7 @@ <key>CFBundleExecutable</key> <string>ChandlerApp</string> <key>CFBundleGetInfoString</key> - <string>Chandler 0.7.1.dev from the Open Source Applications Foundation</string> + <string>Chandler 0.7.1.dev-r15335-checkpoint20070917 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.1.dev</string> + <string>0.7.1.dev-r15335-checkpoint20070917</string> </dict> </plist>
Modified: tags/0.7.1.dev-r15335-checkpoint20070917/chandler/version.py (15336 => 15337)
--- tags/0.7.1.dev-r15335-checkpoint20070917/chandler/version.py 2007-09-17 17:26:27 UTC (rev 15336) +++ tags/0.7.1.dev-r15335-checkpoint20070917/chandler/version.py 2007-09-17 17:30:28 UTC (rev 15337) @@ -1,7 +1,7 @@ _version = { 'release': '0.7.1', 'build': '.dev', - 'checkpoint': None, - 'revision': None, + 'checkpoint': '20070917', + 'revision': '15335', } #!#!#!#!# <-- used by build_lib.py to mark end of _version def
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
