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 , 14 )
55define ( _CLIENT_VERSION_REVISION , 0 )
6- define ( _CLIENT_VERSION_BUILD , 0 )
6+ define ( _CLIENT_VERSION_BUILD , 1 )
77define ( _CLIENT_VERSION_IS_RELEASE , true )
88define ( _COPYRIGHT_YEAR , 2019 )
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.14.0.0
44+ PROJECT_NUMBER = 0.14.0.1
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 14
1919#define CLIENT_VERSION_REVISION 0
20- #define CLIENT_VERSION_BUILD 0
20+ #define CLIENT_VERSION_BUILD 1
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