From 36917d5045d75c2139d83a8bbabf49b8690794eb Mon Sep 17 00:00:00 2001 From: Evan Schoenberg Date: Sun, 30 Sep 2007 03:15:58 +0000 Subject: [PATCH] 1.1.3 git-svn-id: svn://svn.adiumx.com/adium/branches/adium-1.1@21171 1c916fce-81e2-0310-a464-8ca513f45935 --- Plists/Adium_2.plist | 6 +++--- Release/Makefile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Plists/Adium_2.plist b/Plists/Adium_2.plist index b34a1fcc4..b49e4ee00 100644 --- a/Plists/Adium_2.plist +++ b/Plists/Adium_2.plist @@ -330,7 +330,7 @@ CFBundleExecutable Adium CFBundleGetInfoString - 1.1.3b5, Copyright 2001-2007 The Adium Team + 1.1.3, Copyright 2001-2007 The Adium Team CFBundleHelpBookFolder AdiumHelp CFBundleHelpBookName @@ -346,7 +346,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.3b5 + 1.1.3 CFBundleSignature AdIM CFBundleURLTypes @@ -415,7 +415,7 @@ CFBundleVersion - 1.1.3b5 + 1.1.3 LSMinimumSystemVersion 10.4.0 LSRequiresNativeExecution diff --git a/Release/Makefile b/Release/Makefile index 27db5211f..29007e0ec 100644 --- a/Release/Makefile +++ b/Release/Makefile @@ -14,9 +14,9 @@ # - make all ########### -VERSION=1.1.3b5 -BUILD_IN_DEBUG_MODE=TRUE -BETA=TRUE +VERSION=1.1.3 +BUILD_IN_DEBUG_MODE=FALSE +BETA=FALSE ########### # To release! -- 2.11.4.GIT