adium/adium

Preparing for the release of 1.5.10.3.
adium-1.5.10.3
2017-04-17, Thijs Alkemade
e58f535ef9d2
Parents e481eebf4f7c
Children a98704da1923
Preparing for the release of 1.5.10.3.
--- a/Plists/Info.plist Tue Apr 04 03:55:33 2017 +0200
+++ b/Plists/Info.plist Mon Apr 17 12:16:26 2017 +0200
@@ -354,7 +354,7 @@
<key>CFBundleExecutable</key>
<string>Adium</string>
<key>CFBundleGetInfoString</key>
- <string>1.5.10.3b1, Copyright © 2001-2017 The Adium Team</string>
+ <string>1.5.10.3, Copyright © 2001-2017 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.10.3b1</string>
+ <string>1.5.10.3</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleURLTypes</key>
@@ -459,7 +459,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.5.10.3b1</string>
+ <string>1.5.10.3</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSFileQuarantineEnabled</key>
--- a/Release/Makefile Tue Apr 04 03:55:33 2017 +0200
+++ b/Release/Makefile Mon Apr 17 12:16:26 2017 +0200
@@ -17,9 +17,9 @@
# - make all
###########
-VERSION=1.5.10.3b1
+VERSION=1.5.10.3
BUILD_IN_DEBUG_MODE?=FALSE
-BETA?=TRUE
+BETA?=FALSE
OFFICIAL_BUILD?=TRUE
# Always builds in debug mode.