Skip to content

Commit ffba06e

Browse files
committed
Bump client version to 2.4.20
1 parent 50fd642 commit ffba06e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
22
AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 2)
44
define(_CLIENT_VERSION_MINOR, 4)
5-
define(_CLIENT_VERSION_REVISION, 19)
5+
define(_CLIENT_VERSION_REVISION, 20)
66
define(_CLIENT_VERSION_BUILD, 0)
77
define(_CLIENT_VERSION_IS_RELEASE, true)
88
define(_COPYRIGHT_YEAR, 2019)

src/clientversion.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//! These need to be macros, as clientversion.cpp's and dynamic*-res.rc's voodoo requires it
2020
#define CLIENT_VERSION_MAJOR 2
2121
#define CLIENT_VERSION_MINOR 4
22-
#define CLIENT_VERSION_REVISION 19
22+
#define CLIENT_VERSION_REVISION 20
2323
#define CLIENT_VERSION_BUILD 0
2424

2525
//! Set to true for release, false for prerelease or test build

0 commit comments

Comments
 (0)