From 1c60a7d10e0aee37470149f5d701cfb736d4f4c9 Mon Sep 17 00:00:00 2001 From: upstream svn Date: Sat, 12 Nov 2011 20:40:09 +0000 Subject: [PATCH] Bump SVN to 2.4.0 --- .svn-revision | 2 +- aMule.app/Contents/Info.plist | 8 ++++---- docs/Doxyfile | 2 +- src/include/common/ClientVersion.h | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.svn-revision b/.svn-revision index c56d7f34..8bbdb3be 100644 --- a/.svn-revision +++ b/.svn-revision @@ -1 +1 @@ -10674 +10675 diff --git a/aMule.app/Contents/Info.plist b/aMule.app/Contents/Info.plist index 01e3e279..89707c7b 100644 --- a/aMule.app/Contents/Info.plist +++ b/aMule.app/Contents/Info.plist @@ -9,21 +9,21 @@ CFBundleName amule CFBundleGetInfoString - 2.3.1, Copyright 2003-2011 aMule Project (http://www.amule.org) + 2.4.0, Copyright 2003-2011 aMule Project (http://www.amule.org) CFBundleIconFile amule CFBundleIdentifier org.amule.aMule CFBundleInfoDictionaryVersion - 2.3.1 + 2.4.0 CFBundlePackageType APPL CFBundleShortVersionString - 2.3.1 + 2.4.0 CFBundleSignature aMul CFBundleVersion - 2.3.1 + 2.4.0 NSHumanReadableCopyright Copyright 2003-2011 aMule Project (http://www.amule.org) NSMainNibFile diff --git a/docs/Doxyfile b/docs/Doxyfile index 56b99f1a..dab7c554 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -23,7 +23,7 @@ PROJECT_NAME = aMule # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 2.3.1 +PROJECT_NUMBER = 2.4.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/src/include/common/ClientVersion.h b/src/include/common/ClientVersion.h index 33e6df21..297e7eef 100644 --- a/src/include/common/ClientVersion.h +++ b/src/include/common/ClientVersion.h @@ -47,7 +47,7 @@ #define __SVN__ #ifndef VERSION - #define VERSION "2.3.1" + #define VERSION "2.4.0" #endif #ifdef __SVN__ @@ -57,8 +57,8 @@ #endif #define VERSION_MJR 2 -#define VERSION_MIN 3 -#define VERSION_UPDATE 1 +#define VERSION_MIN 4 +#define VERSION_UPDATE 0 #ifndef PACKAGE #define PACKAGE "amule" -- 2.11.4.GIT