File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
22AC_PREREQ ( [ 2.60] )
33define ( _CLIENT_VERSION_MAJOR , 0 )
44define ( _CLIENT_VERSION_MINOR , 14 )
5- define ( _CLIENT_VERSION_REVISION , 1 )
6- define ( _CLIENT_VERSION_BUILD , 1 )
5+ define ( _CLIENT_VERSION_REVISION , 2 )
6+ define ( _CLIENT_VERSION_BUILD , 0 )
77define ( _CLIENT_VERSION_IS_RELEASE , true )
88define ( _COPYRIGHT_YEAR , 2018 )
99define ( _COPYRIGHT_HOLDERS ,[ The %s developers] )
Original file line number Diff line number Diff line change 1818// ! These need to be macros, as clientversion.cpp's and bitsend*-res.rc's voodoo requires it
1919#define CLIENT_VERSION_MAJOR 0
2020#define CLIENT_VERSION_MINOR 14
21- #define CLIENT_VERSION_REVISION 1
22- #define CLIENT_VERSION_BUILD 1
21+ #define CLIENT_VERSION_REVISION 2
22+ #define CLIENT_VERSION_BUILD 0
2323
2424// ! Set to true for release, false for prerelease or test build
2525#define CLIENT_VERSION_IS_RELEASE true
You can’t perform that action at this time.
0 commit comments