File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ AC_PREREQ([2.60])
33define ( _CLIENT_VERSION_MAJOR , 0 )
44define ( _CLIENT_VERSION_MINOR , 12 )
55define ( _CLIENT_VERSION_REVISION , 3 )
6- define ( _CLIENT_VERSION_BUILD , 1 )
6+ define ( _CLIENT_VERSION_BUILD , 2 )
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 @@ -41,7 +41,7 @@ PROJECT_NAME = "Dash Core"
4141# could be handy for archiving the generated documentation or if some version
4242# control system is used.
4343
44- PROJECT_NUMBER = 0.12.3.1
44+ PROJECT_NUMBER = 0.12.3.2
4545
4646# Using the PROJECT_BRIEF tag one can provide an optional one line description
4747# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 1717#define CLIENT_VERSION_MAJOR 0
1818#define CLIENT_VERSION_MINOR 12
1919#define CLIENT_VERSION_REVISION 3
20- #define CLIENT_VERSION_BUILD 1
20+ #define CLIENT_VERSION_BUILD 2
2121
2222// ! Set to true for release, false for prerelease or test build
2323#define CLIENT_VERSION_IS_RELEASE true
You can’t perform that action at this time.
0 commit comments