adium/adium

Branching for Adium 1.5.10.
adium-1.5.10
2013-12-04, Thijs Alkemade
780fbb0dd353
Parents 213f4163a8b5
Children a0b7e4250562
Branching for Adium 1.5.10.
--- a/Plists/Info.plist Mon Dec 02 17:47:35 2013 +0100
+++ b/Plists/Info.plist Wed Dec 04 17:25:21 2013 +0100
@@ -354,7 +354,7 @@
<key>CFBundleExecutable</key>
<string>Adium</string>
<key>CFBundleGetInfoString</key>
- <string>1.5.9, Copyright © 2001-2013 The Adium Team</string>
+ <string>1.5.10hg, 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.9</string>
+ <string>1.5.10hg</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.5.9</string>
+ <string>1.5.10hg</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSFileQuarantineEnabled</key>
--- a/Release/Makefile Mon Dec 02 17:47:35 2013 +0100
+++ b/Release/Makefile Wed Dec 04 17:25:21 2013 +0100
@@ -17,9 +17,9 @@
# - make all
###########
-VERSION=1.5.9
-BUILD_IN_DEBUG_MODE?=FALSE
-BETA?=FALSE
+VERSION=1.5.10hg
+BUILD_IN_DEBUG_MODE?=TRUE
+BETA?=TRUE
OFFICIAL_BUILD?=TRUE
# Always builds in debug mode.