adium 4696:03bdc14b0e3c: Version up to 1.5.
commits at adium.im
commits at adium.im
Sun Feb 26 02:26:20 UTC 2012
details: http://hg.adium.im/adium/rev/03bdc14b0e3c
revision: 4696:03bdc14b0e3c
branch: (none)
author: Eric Richie
date: Sat Feb 25 21:26:06 2012 -0500
Version up to 1.5.
Let's do this!
diffs (46 lines):
diff -r be874da9a68d -r 03bdc14b0e3c Plists/Info.plist
--- a/Plists/Info.plist Thu Feb 23 19:42:55 2012 +0100
+++ b/Plists/Info.plist Sat Feb 25 21:26:06 2012 -0500
@@ -354,7 +354,7 @@
<key>CFBundleExecutable</key>
<string>Adium</string>
<key>CFBundleGetInfoString</key>
- <string>1.5rc4, Copyright 2001-2012 The Adium Team</string>
+ <string>1.5, 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.5rc4</string>
+ <string>1.5</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.5rc4</string>
+ <string>1.5</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSFileQuarantineEnabled</key>
diff -r be874da9a68d -r 03bdc14b0e3c Release/Makefile
--- a/Release/Makefile Thu Feb 23 19:42:55 2012 +0100
+++ b/Release/Makefile Sat Feb 25 21:26:06 2012 -0500
@@ -17,9 +17,9 @@
# - make all
###########
-VERSION=1.5rc4
-BUILD_IN_DEBUG_MODE?=TRUE
-BETA?=TRUE
+VERSION=1.5
+BUILD_IN_DEBUG_MODE?=FALSE
+BETA?=FALSE
OFFICIAL_BUILD?=TRUE
# Always builds in debug mode.
More information about the commits
mailing list