Skip to content

Commit

Permalink
v3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
morzhovets committed Jul 8, 2023
1 parent e993b6b commit a532b07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.14)

project(momo
VERSION 3.7
VERSION 3.8
HOMEPAGE_URL "https://github.com/morzhovets/momo"
LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = momo
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 3.7
PROJECT_NUMBER = 3.8

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion include/momo/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
#define MOMO_INCLUDE_GUARD_VERSION

#define MOMO_VERSION_MAJOR 3
#define MOMO_VERSION_MINOR 7
#define MOMO_VERSION_MINOR 8

#endif // MOMO_INCLUDE_GUARD_VERSION

0 comments on commit a532b07

Please sign in to comment.