File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66cmake_minimum_required (VERSION 3.10...4.2 )
77
88project (momo
9- VERSION 3.11
9+ VERSION 3.12
1010 LANGUAGES CXX )
1111
1212option (MOMO_TEST "Build momo tests" OFF )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = momo
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = 3.11
41+ PROJECT_NUMBER = 3.12
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# 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 1818#define MOMO_INCLUDE_GUARD_VERSION
1919
2020#define MOMO_VERSION_MAJOR 3
21- #define MOMO_VERSION_MINOR 11
21+ #define MOMO_VERSION_MINOR 12
2222
2323#endif // MOMO_INCLUDE_GUARD_VERSION
You can’t perform that action at this time.
0 commit comments