Skip to content

Commit f990334

Browse files
committed
v3.12
1 parent 6e22236 commit f990334

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
cmake_minimum_required(VERSION 3.10...4.2)
77

88
project(momo
9-
VERSION 3.11
9+
VERSION 3.12
1010
LANGUAGES CXX)
1111

1212
option(MOMO_TEST "Build momo tests" OFF)

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

include/momo/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
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

0 commit comments

Comments
 (0)