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 47eb79e commit 065cc26Copy full SHA for 065cc26
CMakeLists.txt
@@ -117,8 +117,8 @@ set(META_APP_AUTHOR "Martchus")
117
set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}")
118
set(META_APP_DESCRIPTION "Useful C++ classes and routines such as argument parser, IO and conversion utilities")
119
set(META_VERSION_MAJOR 5)
120
-set(META_VERSION_MINOR 27)
121
-set(META_VERSION_PATCH 4)
+set(META_VERSION_MINOR 28)
+set(META_VERSION_PATCH 0)
122
123
# find required 3rd party libraries
124
include(3rdParty)
0 commit comments