- Revision
- 15310
- Author
- bear
- Date
- 2007-09-07 19:58:22 -0700 (Fri, 07 Sep 2007)
Log Message
Setting version information for the trunk to 0.7.1-dev
Modified Paths
Diff
Modified: trunk/chandler/distrib/osx/bundle/Info.plist (15309 => 15310)
--- trunk/chandler/distrib/osx/bundle/Info.plist 2007-09-08 02:04:56 UTC (rev 15309) +++ trunk/chandler/distrib/osx/bundle/Info.plist 2007-09-08 02:58:22 UTC (rev 15310) @@ -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.1.dev 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.1.dev</string> </dict> </plist>
Modified: trunk/chandler/version.py (15309 => 15310)
--- trunk/chandler/version.py 2007-09-08 02:04:56 UTC (rev 15309) +++ trunk/chandler/version.py 2007-09-08 02:58:22 UTC (rev 15310) @@ -1,4 +1,4 @@ -_version = { 'release': '0.7', +_version = { 'release': '0.7.1', 'build': '.dev', 'checkpoint': None, 'revision': None,
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
