We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406e70a commit b3a05c2Copy full SHA for b3a05c2
CMakeLists.txt
@@ -121,8 +121,8 @@ set(META_APP_AUTHOR "Martchus")
121
set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}")
122
set(META_APP_DESCRIPTION "Useful C++ classes and routines such as argument parser, IO and conversion utilities")
123
set(META_VERSION_MAJOR 5)
124
-set(META_VERSION_MINOR 30)
125
-set(META_VERSION_PATCH 1)
+set(META_VERSION_MINOR 31)
+set(META_VERSION_PATCH 0)
126
127
# find required 3rd party libraries
128
include(3rdParty)
0 commit comments