adium-1.3 343:7d85f1a8ba50: 1.3.5hg in case it's ever necessary.
commits at adium.im
commits at adium.im
Sun May 17 21:26:31 UTC 2009
details: http://hg.adium.im/adium-1.3/rev/7d85f1a8ba50
revision: 343:7d85f1a8ba50
author: Zachary West <zacw at adium.im>
date: Sun May 17 17:26:25 2009 -0400
1.3.5hg in case it's ever necessary.
diffstat:
Plists/Info.plist | 6 +++---
Release/Makefile | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (46 lines):
diff -r 999f30c1acb6 -r 7d85f1a8ba50 Plists/Info.plist
--- a/Plists/Info.plist Sun May 17 17:23:43 2009 -0400
+++ b/Plists/Info.plist Sun May 17 17:26:25 2009 -0400
@@ -330,7 +330,7 @@
<key>CFBundleExecutable</key>
<string>Adium</string>
<key>CFBundleGetInfoString</key>
- <string>1.3.4, Copyright 2001-2009 The Adium Team</string>
+ <string>1.3.5hg, Copyright 2001-2009 The Adium Team</string>
<key>CFBundleHelpBookFolder</key>
<string>AdiumHelp</string>
<key>CFBundleHelpBookName</key>
@@ -346,7 +346,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>1.3.4</string>
+ <string>1.3.5hg</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleURLTypes</key>
@@ -415,7 +415,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.3.4</string>
+ <string>1.3.5hg</string>
<key>LSMinimumSystemVersion</key>
<string>10.4.0</string>
<key>LSRequiresNativeExecution</key>
diff -r 999f30c1acb6 -r 7d85f1a8ba50 Release/Makefile
--- a/Release/Makefile Sun May 17 17:23:43 2009 -0400
+++ b/Release/Makefile Sun May 17 17:26:25 2009 -0400
@@ -17,9 +17,9 @@
# - make all
###########
-VERSION=1.3.4
-BUILD_IN_DEBUG_MODE?=FALSE
-BETA?=FALSE
+VERSION=1.3.5hg
+BUILD_IN_DEBUG_MODE?=TRUE
+BETA?=TRUE
OFFICIAL_BUILD?=TRUE
# Always builds in debug mode.
More information about the commits
mailing list