From 90440a627ec4f68dab5140cdadad0d20b4542d89 Mon Sep 17 00:00:00 2001 From: Evan Schoenberg Date: Sat, 5 Jan 2008 17:25:32 +0000 Subject: [PATCH] 1.2 git-svn-id: svn://svn.adiumx.com/adium/trunk@22134 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 81c8c0069..320bf2f4c 100644 --- a/Plists/Adium_2.plist +++ b/Plists/Adium_2.plist @@ -330,7 +330,7 @@ CFBundleExecutable Adium CFBundleGetInfoString - 1.2b8, Copyright 2001-2007 The Adium Team + 1.2, Copyright 2001-2007 The Adium Team CFBundleHelpBookFolder AdiumHelp CFBundleHelpBookName @@ -346,7 +346,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.2b8 + 1.2 CFBundleSignature AdIM CFBundleURLTypes @@ -415,7 +415,7 @@ CFBundleVersion - 1.2b8 + 1.2 LSMinimumSystemVersion 10.4.0 LSRequiresNativeExecution diff --git a/Release/Makefile b/Release/Makefile index 467cc7a9a..2ca49752e 100644 --- a/Release/Makefile +++ b/Release/Makefile @@ -14,9 +14,9 @@ # - make all ########### -VERSION=1.2b8 -BUILD_IN_DEBUG_MODE=TRUE -BETA=TRUE +VERSION=1.2 +BUILD_IN_DEBUG_MODE=FALSE +BETA=FALSE ########### # To release! -- 2.11.4.GIT