adium/adium

1.5.10.1, emergency release for Sparkle vulnerability.
adium-1.5.10.1
2016-01-29, Thijs Alkemade
90f001b0bbe9
Parents 4ba49f2df66e
Children 69c7866c8f49
1.5.10.1, emergency release for Sparkle vulnerability.
--- a/Plists/Info.plist Wed Jan 20 10:13:00 2016 +0100
+++ b/Plists/Info.plist Fri Jan 29 21:07:42 2016 +0100
@@ -354,7 +354,7 @@
<key>CFBundleExecutable</key>
<string>Adium</string>
<key>CFBundleGetInfoString</key>
- <string>1.5.10.1hg, Copyright © 2001-2016 The Adium Team</string>
+ <string>1.5.10.1, Copyright © 2001-2016 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.1hg</string>
+ <string>1.5.10.1</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.5.10.1hg</string>
+ <string>1.5.10.1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSFileQuarantineEnabled</key>
--- a/Release/Makefile Wed Jan 20 10:13:00 2016 +0100
+++ b/Release/Makefile Fri Jan 29 21:07:42 2016 +0100
@@ -17,9 +17,9 @@
# - make all
###########
-VERSION=1.5.10.1hg
-BUILD_IN_DEBUG_MODE?=TRUE
-BETA?=TRUE
+VERSION=1.5.10.1
+BUILD_IN_DEBUG_MODE?=FALSe
+BETA?=FALSe
OFFICIAL_BUILD?=TRUE
# Always builds in debug mode.