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,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
22AC_PREREQ ( [ 2.60] )
33define ( _CLIENT_VERSION_MAJOR , 2 )
44define ( _CLIENT_VERSION_MINOR , 5 )
5- define ( _CLIENT_VERSION_REVISION , 0 )
5+ define ( _CLIENT_VERSION_REVISION , 1 )
66define ( _CLIENT_VERSION_BUILD , 0 )
77define ( _CLIENT_VERSION_IS_RELEASE , true )
88define ( _COPYRIGHT_YEAR , 2017 )
Original file line number Diff line number Diff line change 1212// ! These need to be macros, as clientversion.cpp's and divi*-res.rc's voodoo requires it
1313#define CLIENT_VERSION_MAJOR 2
1414#define CLIENT_VERSION_MINOR 5
15- #define CLIENT_VERSION_REVISION 0
15+ #define CLIENT_VERSION_REVISION 1
1616#define CLIENT_VERSION_BUILD 0
1717
1818#define CLIENT_VERSION_IS_RELEASE true // Todo: !! Set to true for release, false for prerelease or test build
You can’t perform that action at this time.
0 commit comments