Skip to content

Commit

Permalink
Release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gonosztopi committed Sep 16, 2016
1 parent 166ee41 commit 5d9c1f4
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 131 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ endif
SUBDIRS += docs src unittests

EXTRA_DIST = amule.rc amule.ico amule.png convert.ico \
README.Debian-Packages aMule-CVS.spec aMule.spec \
README.Debian-Packages aMule.spec \
amule_build_install.sh autogen.sh \
po/l10n.xsl

Expand Down
114 changes: 0 additions & 114 deletions aMule-CVS.spec

This file was deleted.

8 changes: 4 additions & 4 deletions aMule.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
<key>CFBundleName</key>
<string>amule</string>
<key>CFBundleGetInfoString</key>
<string>2.4.0, Copyright 2003-2011 aMule Project (http://www.amule.org)</string>
<string>2.3.2, Copyright 2003-2011 aMule Project (http://www.amule.org)</string>
<key>CFBundleIconFile</key>
<string>amule</string>
<key>CFBundleIdentifier</key>
<string>org.amule.aMule</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>2.4.0</string>
<string>2.3.2</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.4.0</string>
<string>2.3.2</string>
<key>CFBundleSignature</key>
<string>aMul</string>
<key>CFBundleVersion</key>
<string>2.4.0</string>
<string>2.3.2</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2003-2011 aMule Project (http://www.amule.org)</string>
<key>NSMainNibFile</key>
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
#

AC_INIT([aMule],[SVN],[[email protected]])
AC_INIT([aMule], [2.3.2], [[email protected]])
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])

Expand Down
6 changes: 0 additions & 6 deletions docs/Changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
Version 2.4.0 - The river knows.
----------
201?-??-??

--------------------------------------------------------------------------------

Version 2.3.2 - The "don't close tabs" version.
----------
2016-09-16
Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
PROJECT_NUMBER = 2.3.2

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
8 changes: 4 additions & 4 deletions src/include/common/ClientVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
// RELEASERS: REMOVE THE DEFINE ON THE RELEASES, PLEASE
// AND FIX THE MOD_VERSION_LONG

#define __SVN__
/* #undef __SVN__ */

#ifndef VERSION
#define VERSION "2.4.0"
#define VERSION "2.3.2"
#endif

#ifdef __SVN__
Expand All @@ -57,8 +57,8 @@
#endif

#define VERSION_MJR 2
#define VERSION_MIN 4
#define VERSION_UPDATE 0
#define VERSION_MIN 3
#define VERSION_UPDATE 2

#ifndef PACKAGE
#define PACKAGE "amule"
Expand Down

0 comments on commit 5d9c1f4

Please sign in to comment.