Title: [commits] (bear) [11298] Setting version information in preparation for 0.7alpha3 Milestone release
Revision
11298
Author
bear
Date
2006-08-01 13:34:32 -0700 (Tue, 01 Aug 2006)

Log Message

Setting version information in preparation for 0.7alpha3 Milestone release

Modified Paths

Diff

Modified: branches/0.7alpha3/chandler/distrib/osx/bundle/Info.plist (11297 => 11298)

--- branches/0.7alpha3/chandler/distrib/osx/bundle/Info.plist	2006-08-01 16:40:56 UTC (rev 11297)
+++ branches/0.7alpha3/chandler/distrib/osx/bundle/Info.plist	2006-08-01 20:34:32 UTC (rev 11298)
@@ -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.7alpha3 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.7alpha3</string>
 	<key>NSMainNibFile</key>
 	<string>MainMenu</string>
 	<key>NSPrincipalClass</key>

Modified: branches/0.7alpha3/chandler/version.py (11297 => 11298)

--- branches/0.7alpha3/chandler/version.py	2006-08-01 16:40:56 UTC (rev 11297)
+++ branches/0.7alpha3/chandler/version.py	2006-08-01 20:34:32 UTC (rev 11298)
@@ -8,9 +8,9 @@
 #
 
 release = "0.7alpha3"
-build = ".dev"
+build = ""
 checkpoint = ""
 revision = ""
 
-version = "%s%s-r%s%s" % (release, build, revision, checkpoint)
+version = "%s%s%s%s" % (release, build, revision, checkpoint)
 




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to