File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
2
2
AC_PREREQ ( [ 2.60] )
3
3
define ( _CLIENT_VERSION_MAJOR , 2 )
4
4
define ( _CLIENT_VERSION_MINOR , 4 )
5
- define ( _CLIENT_VERSION_REVISION , 16 )
5
+ define ( _CLIENT_VERSION_REVISION , 17 )
6
6
define ( _CLIENT_VERSION_BUILD , 0 )
7
7
define ( _CLIENT_VERSION_IS_RELEASE , true )
8
8
define ( _COPYRIGHT_YEAR , 2019 )
Original file line number Diff line number Diff line change 19
19
// ! These need to be macros, as clientversion.cpp's and dynamic*-res.rc's voodoo requires it
20
20
#define CLIENT_VERSION_MAJOR 2
21
21
#define CLIENT_VERSION_MINOR 4
22
- #define CLIENT_VERSION_REVISION 16
22
+ #define CLIENT_VERSION_REVISION 17
23
23
#define CLIENT_VERSION_BUILD 0
24
24
25
25
// ! Set to true for release, false for prerelease or test build
You can’t perform that action at this time.
0 commit comments