Skip to content

Commit 5d9c1f4

Browse files
committed
Release 2.3.2
1 parent 166ee41 commit 5d9c1f4

File tree

7 files changed

+11
-131
lines changed

7 files changed

+11
-131
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ endif
77
SUBDIRS += docs src unittests
88

99
EXTRA_DIST = amule.rc amule.ico amule.png convert.ico \
10-
README.Debian-Packages aMule-CVS.spec aMule.spec \
10+
README.Debian-Packages aMule.spec \
1111
amule_build_install.sh autogen.sh \
1212
po/l10n.xsl
1313

aMule-CVS.spec

-114
This file was deleted.

aMule.app/Contents/Info.plist

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
<key>CFBundleName</key>
1010
<string>amule</string>
1111
<key>CFBundleGetInfoString</key>
12-
<string>2.4.0, Copyright 2003-2011 aMule Project (http://www.amule.org)</string>
12+
<string>2.3.2, Copyright 2003-2011 aMule Project (http://www.amule.org)</string>
1313
<key>CFBundleIconFile</key>
1414
<string>amule</string>
1515
<key>CFBundleIdentifier</key>
1616
<string>org.amule.aMule</string>
1717
<key>CFBundleInfoDictionaryVersion</key>
18-
<string>2.4.0</string>
18+
<string>2.3.2</string>
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>2.4.0</string>
22+
<string>2.3.2</string>
2323
<key>CFBundleSignature</key>
2424
<string>aMul</string>
2525
<key>CFBundleVersion</key>
26-
<string>2.4.0</string>
26+
<string>2.3.2</string>
2727
<key>NSHumanReadableCopyright</key>
2828
<string>Copyright 2003-2011 aMule Project (http://www.amule.org)</string>
2929
<key>NSMainNibFile</key>

configure.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
2525
#
2626

27-
AC_INIT([aMule],[SVN],[[email protected]])
27+
AC_INIT([aMule], [2.3.2], [[email protected]])
2828
AM_INIT_AUTOMAKE
2929
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
3030

docs/Changelog

-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
Version 2.4.0 - The river knows.
2-
----------
3-
201?-??-??
4-
5-
--------------------------------------------------------------------------------
6-
71
Version 2.3.2 - The "don't close tabs" version.
82
----------
93
2016-09-16

docs/Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = aMule
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 2.4.0
26+
PROJECT_NUMBER = 2.3.2
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

src/include/common/ClientVersion.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
// RELEASERS: REMOVE THE DEFINE ON THE RELEASES, PLEASE
4545
// AND FIX THE MOD_VERSION_LONG
4646

47-
#define __SVN__
47+
/* #undef __SVN__ */
4848

4949
#ifndef VERSION
50-
#define VERSION "2.4.0"
50+
#define VERSION "2.3.2"
5151
#endif
5252

5353
#ifdef __SVN__
@@ -57,8 +57,8 @@
5757
#endif
5858

5959
#define VERSION_MJR 2
60-
#define VERSION_MIN 4
61-
#define VERSION_UPDATE 0
60+
#define VERSION_MIN 3
61+
#define VERSION_UPDATE 2
6262

6363
#ifndef PACKAGE
6464
#define PACKAGE "amule"

0 commit comments

Comments
 (0)