1.1 --- a/Plists/Info.plist Sun May 17 16:19:53 2009 -0400
1.2 +++ b/Plists/Info.plist Sun May 17 16:47:13 2009 -0400
1.3 @@ -330,7 +330,7 @@
1.4 <key>CFBundleExecutable</key>
1.5 <string>Adium</string>
1.6 <key>CFBundleGetInfoString</key>
1.7 - <string>1.3.4-debug, Copyright 2001-2009 The Adium Team</string>
1.8 + <string>1.3.4, Copyright 2001-2009 The Adium Team</string>
1.9 <key>CFBundleHelpBookFolder</key>
1.10 <string>AdiumHelp</string>
1.11 <key>CFBundleHelpBookName</key>
1.12 @@ -346,7 +346,7 @@
1.13 <key>CFBundlePackageType</key>
1.14 <string>APPL</string>
1.15 <key>CFBundleShortVersionString</key>
1.16 - <string>1.3.4-debug</string>
1.17 + <string>1.3.4</string>
1.18 <key>CFBundleSignature</key>
1.19 <string>AdIM</string>
1.20 <key>CFBundleURLTypes</key>
1.21 @@ -415,7 +415,7 @@
1.22 </dict>
1.23 </array>
1.24 <key>CFBundleVersion</key>
1.25 - <string>1.3.4-debug</string>
1.26 + <string>1.3.4</string>
1.27 <key>LSMinimumSystemVersion</key>
1.28 <string>10.4.0</string>
1.29 <key>LSRequiresNativeExecution</key>
2.1 --- a/Release/Makefile Sun May 17 16:19:53 2009 -0400
2.2 +++ b/Release/Makefile Sun May 17 16:47:13 2009 -0400
2.3 @@ -17,8 +17,8 @@
2.4 # - make all
2.5 ###########
2.6
2.7 -VERSION=1.3.4-debug
2.8 -BUILD_IN_DEBUG_MODE?=TRUE
2.9 +VERSION=1.3.4
2.10 +BUILD_IN_DEBUG_MODE?=FALSE
2.11 BETA?=FALSE
2.12 OFFICIAL_BUILD?=TRUE
2.13