We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b2c91 commit 6d65387Copy full SHA for 6d65387
CMakeLists.txt
@@ -13,7 +13,7 @@ project(muParserProject)
13
# Bump versions on release
14
set(MUPARSER_VERSION_MAJOR 2)
15
set(MUPARSER_VERSION_MINOR 3)
16
-set(MUPARSER_VERSION_PATCH 2)
+set(MUPARSER_VERSION_PATCH 3)
17
set(MUPARSER_VERSION ${MUPARSER_VERSION_MAJOR}.${MUPARSER_VERSION_MINOR}.${MUPARSER_VERSION_PATCH})
18
19
# Build options
0 commit comments