1.1 --- a/Plists/Info.plist Thu Oct 09 23:44:04 2008 +0000
1.2 +++ b/Plists/Info.plist Thu Oct 09 23:44:30 2008 +0000
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.2b2, Copyright 2001-2008 The Adium Team</string>
1.8 + <string>1.3.2, Copyright 2001-2008 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.2b2</string>
1.17 + <string>1.3.2</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.2b2</string>
1.26 + <string>1.3.2</string>
1.27 <key>LSMinimumSystemVersion</key>
1.28 <string>10.4.0</string>
1.29 <key>LSRequiresNativeExecution</key>
2.1 --- a/Release/Makefile Thu Oct 09 23:44:04 2008 +0000
2.2 +++ b/Release/Makefile Thu Oct 09 23:44:30 2008 +0000
2.3 @@ -17,9 +17,9 @@
2.4 # - make all
2.5 ###########
2.6
2.7 -VERSION=1.3.2b2
2.8 -BUILD_IN_DEBUG_MODE?=TRUE
2.9 -BETA?=TRUE
2.10 +VERSION=1.3.2
2.11 +BUILD_IN_DEBUG_MODE?=FALSE
2.12 +BETA?=FALSE
2.13 OFFICIAL_BUILD?=TRUE
2.14
2.15 # Always builds in debug mode.