adium 5105:bbb8df83a7cd: Quick b3 to fix the localizable-strings.

commits at adium.im commits at adium.im
Tue Oct 9 20:46:51 UTC 2012


details:	http://hg.adium.im/adium/rev/bbb8df83a7cd
revision:	5105:bbb8df83a7cd
branch:		adium-1.5.4
author:		Thijs Alkemade <thijsalkemade at gmail.com>
date:		Tue Oct 09 22:46:31 2012 +0200

Quick b3 to fix the localizable-strings.

diffs (45 lines):

diff -r 72d7da9f8915 -r bbb8df83a7cd Plists/Info.plist
--- a/Plists/Info.plist	Tue Oct 09 22:29:00 2012 +0200
+++ b/Plists/Info.plist	Tue Oct 09 22:46:31 2012 +0200
@@ -354,7 +354,7 @@
 	<key>CFBundleExecutable</key>
 	<string>Adium</string>
 	<key>CFBundleGetInfoString</key>
-	<string>1.5.4b2, Copyright © 2001-2012 The Adium Team</string>
+	<string>1.5.4b3, Copyright © 2001-2012 The Adium Team</string>
 	<key>CFBundleHelpBookFolder</key>
 	<string>AdiumHelp</string>
 	<key>CFBundleHelpBookName</key>
@@ -370,7 +370,7 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.5.4b2</string>
+	<string>1.5.4b3</string>
 	<key>CFBundleSignature</key>
 	<string>AdIM</string>
 	<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>1.5.4b2</string>
+	<string>1.5.4b3</string>
 	<key>LSApplicationCategoryType</key>
 	<string>public.app-category.social-networking</string>
 	<key>LSFileQuarantineEnabled</key>
diff -r 72d7da9f8915 -r bbb8df83a7cd Release/Makefile
--- a/Release/Makefile	Tue Oct 09 22:29:00 2012 +0200
+++ b/Release/Makefile	Tue Oct 09 22:46:31 2012 +0200
@@ -17,9 +17,9 @@
 # - make all
 ###########
 
-VERSION=1.5.4b2
+VERSION=1.5.4b3
 BUILD_IN_DEBUG_MODE?=FALSE
-BETA?=YES
+BETA?=TRUE
 OFFICIAL_BUILD?=TRUE
 
 # Always builds in debug mode.




More information about the commits mailing list