adium 5659:5f9e1c0da3dd: Fix version (1.5.8hg)

commits at adium.im commits at adium.im
Thu Jul 11 00:43:24 UTC 2013


details:	http://hg.adium.im/adium/rev/5f9e1c0da3dd
revision:	5659:5f9e1c0da3dd
branch:		adium-1.5.8
author:		Robert Vehse <robertvehse at fastmail.fm>
date:		Thu Jul 11 02:43:01 2013 +0200

Fix version (1.5.8hg)

diffs (46 lines):

diff -r 8ab5803dc9b2 -r 5f9e1c0da3dd Plists/Info.plist
--- a/Plists/Info.plist	Thu Jul 11 02:40:29 2013 +0200
+++ b/Plists/Info.plist	Thu Jul 11 02:43:01 2013 +0200
@@ -354,7 +354,7 @@
 	<key>CFBundleExecutable</key>
 	<string>Adium</string>
 	<key>CFBundleGetInfoString</key>
-	<string>1.5.7, Copyright © 2001-2013 The Adium Team</string>
+	<string>1.5.8hg, Copyright © 2001-2013 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.7</string>
+	<string>1.5.8hg</string>
 	<key>CFBundleSignature</key>
 	<string>AdIM</string>
 	<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>1.5.7</string>
+	<string>1.5.8hg</string>
 	<key>LSApplicationCategoryType</key>
 	<string>public.app-category.social-networking</string>
 	<key>LSFileQuarantineEnabled</key>
diff -r 8ab5803dc9b2 -r 5f9e1c0da3dd Release/Makefile
--- a/Release/Makefile	Thu Jul 11 02:40:29 2013 +0200
+++ b/Release/Makefile	Thu Jul 11 02:43:01 2013 +0200
@@ -17,9 +17,9 @@
 # - make all
 ###########
 
-VERSION=1.5.7
-BUILD_IN_DEBUG_MODE?=FALSE
-BETA?=FALSE
+VERSION=1.5.8hg
+BUILD_IN_DEBUG_MODE?=TRUE
+BETA?=TRUE
 OFFICIAL_BUILD?=TRUE
 
 # Always builds in debug mode.




More information about the commits mailing list