- Revision
- 11091
- Author
- bear
- Date
- 2006-07-06 18:25:41 -0700 (Thu, 06 Jul 2006)
Log Message
Setting version information for the trunk to 0.7alpha4
Modified Paths
Diff
Modified: trunk/chandler/distrib/osx/bundle/Info.plist (11090 => 11091)
--- trunk/chandler/distrib/osx/bundle/Info.plist 2006-07-07 01:20:48 UTC (rev 11090) +++ trunk/chandler/distrib/osx/bundle/Info.plist 2006-07-07 01:25:41 UTC (rev 11091) @@ -9,7 +9,7 @@ <key>CFBundleExecutable</key> <string>ChandlerApp</string> <key>CFBundleGetInfoString</key> - <string>Chandler 0.7alpha3.dev from the Open Source Applications Foundation</string> + <string>Chandler 0.7alpha4.dev from the Open Source Applications Foundation</string> <key>CFBundleIconFile</key> <string>Chandler.icns</string> <key>CFBundleInfoDictionaryVersion</key> @@ -21,7 +21,7 @@ <key>CFBundleSignature</key> <string>CHAN</string> <key>CFBundleVersion</key> - <string>0.7alpha3.dev</string> + <string>0.7alpha4.dev</string> <key>NSMainNibFile</key> <string>MainMenu</string> <key>NSPrincipalClass</key>
Modified: trunk/chandler/version.py (11090 => 11091)
--- trunk/chandler/version.py 2006-07-07 01:20:48 UTC (rev 11090) +++ trunk/chandler/version.py 2006-07-07 01:25:41 UTC (rev 11091) @@ -7,7 +7,7 @@ # version - "%s%s-r%s%s" % (release, build, revision, checkpoint) # -release = "0.7alpha3" +release = "0.7alpha4" build = ".dev" checkpoint = "" revision = ""
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
