adium/adium

1.5.2 release (soon)
adium-1.5.2
2012-07-21, Thijs Alkemade
8d4ed0d28f89
Parents dae9a7702cb7
Children 80cc358134ea
1.5.2 release (soon)
--- a/Plists/Info.plist Sat Jul 21 12:43:20 2012 +0200
+++ b/Plists/Info.plist Sat Jul 21 13:02:05 2012 +0200
@@ -354,7 +354,7 @@
<key>CFBundleExecutable</key>
<string>Adium</string>
<key>CFBundleGetInfoString</key>
- <string>1.5.2b1, Copyright © 2001-2012 The Adium Team</string>
+ <string>1.5.2, Copyright © 2001-2012 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.2b1</string>
+ <string>1.5.2</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.5.2b1</string>
+ <string>1.5.2</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSFileQuarantineEnabled</key>
--- a/Release/Makefile Sat Jul 21 12:43:20 2012 +0200
+++ b/Release/Makefile Sat Jul 21 13:02:05 2012 +0200
@@ -17,9 +17,9 @@
# - make all
###########
-VERSION=1.5.2b1
+VERSION=1.5.2
BUILD_IN_DEBUG_MODE?=FALSE
-BETA?=TRUE
+BETA?=FALSE
OFFICIAL_BUILD?=TRUE
# Always builds in debug mode.