adium/adium

Releasing 1.5.8 today.
adium-1.5.8
2013-10-13, Thijs Alkemade
609fb8ff4d6b
Parents d29ff57daff3
Children e0467f507718
Releasing 1.5.8 today.
--- a/Plists/Info.plist Thu Oct 10 02:24:58 2013 +0200
+++ b/Plists/Info.plist Sun Oct 13 12:05:07 2013 +0200
@@ -354,7 +354,7 @@
<key>CFBundleExecutable</key>
<string>Adium</string>
<key>CFBundleGetInfoString</key>
- <string>1.5.8hg, Copyright © 2001-2013 The Adium Team</string>
+ <string>1.5.8, 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.8hg</string>
+ <string>1.5.8</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.5.8hg</string>
+ <string>1.5.8</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSFileQuarantineEnabled</key>
--- a/Release/Makefile Thu Oct 10 02:24:58 2013 +0200
+++ b/Release/Makefile Sun Oct 13 12:05:07 2013 +0200
@@ -17,9 +17,9 @@
# - make all
###########
-VERSION=1.5.8hg
-BUILD_IN_DEBUG_MODE?=TRUE
-BETA?=TRUE
+VERSION=1.5.8
+BUILD_IN_DEBUG_MODE?=FALSE
+BETA?=FALSE
OFFICIAL_BUILD?=TRUE
# Always builds in debug mode.