adium/adium

Level up to 1.5.6.
adium-1.5.6 1.5.6
2013-03-18, Thijs Alkemade
90a171a6b0fc
Parents b5fd0b8f8a40
Children 76e261e4c1aa
Level up to 1.5.6.
--- a/Plists/Info.plist Sun Mar 10 22:50:14 2013 +0100
+++ b/Plists/Info.plist Mon Mar 18 19:48:50 2013 +0100
@@ -354,7 +354,7 @@
<key>CFBundleExecutable</key>
<string>Adium</string>
<key>CFBundleGetInfoString</key>
- <string>1.5.6b2, Copyright © 2001-2013 The Adium Team</string>
+ <string>1.5.6, 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.6b2</string>
+ <string>1.5.6</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.5.6b2</string>
+ <string>1.5.6</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSFileQuarantineEnabled</key>
--- a/Release/Makefile Sun Mar 10 22:50:14 2013 +0100
+++ b/Release/Makefile Mon Mar 18 19:48:50 2013 +0100
@@ -17,9 +17,9 @@
# - make all
###########
-VERSION=1.5.6b2
-BUILD_IN_DEBUG_MODE?=TRUE
-BETA?=TRUE
+VERSION=1.5.6
+BUILD_IN_DEBUG_MODE?=FALSE
+BETA?=FALSE
OFFICIAL_BUILD?=TRUE
# Always builds in debug mode.