From 981b25153237faefe55129eec6bf32ebb2640dd9 Mon Sep 17 00:00:00 2001 From: Evan Schoenberg Date: Tue, 7 Feb 2006 20:14:53 +0000 Subject: [PATCH] 0.89b1 git-svn-id: svn://svn.adiumx.com/adium/branches/adium-0.8@15143 1c916fce-81e2-0310-a464-8ca513f45935 --- Plists/Adium_2.plist | 6 +++--- Release/Makefile | 4 ++-- Source/AIAdium.h | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Plists/Adium_2.plist b/Plists/Adium_2.plist index bbcee8e7e..b20846a57 100644 --- a/Plists/Adium_2.plist +++ b/Plists/Adium_2.plist @@ -190,7 +190,7 @@ CFBundleExecutable Adium CFBundleGetInfoString - 0.88, Copyright 2001-2006 The Adium Team + 0.89b1, Copyright 2001-2006 The Adium Team CFBundleHelpBookFolder Adium Help CFBundleHelpBookName @@ -206,7 +206,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.88 + 0.89b1 CFBundleSignature AdIM CFBundleURLTypes @@ -275,7 +275,7 @@ CFBundleVersion - 0.88 + 0.89b1 NSAppleScriptEnabled NSMainNibFile diff --git a/Release/Makefile b/Release/Makefile index 38566748c..b46021772 100644 --- a/Release/Makefile +++ b/Release/Makefile @@ -12,8 +12,8 @@ # - make all ########### -VERSION=0.88 -BETA=FALSE +VERSION=0.89b1 +BETA=TRUE ########### # To release! diff --git a/Source/AIAdium.h b/Source/AIAdium.h index e0e4619cb..62f94779f 100644 --- a/Source/AIAdium.h +++ b/Source/AIAdium.h @@ -16,7 +16,7 @@ #import -#define BETA_RELEASE FALSE +#define BETA_RELEASE TRUE @class AISortController, AILoginController, AIAccountController, AIInterfaceController, AIContactController, AICorePluginLoader, AIPreferenceController, AIMenuController, AILoginWindowController, -- 2.11.4.GIT