Skip to content

Commit 6d65387

Browse files
author
Ingo Berg
committed
Update CMakeLists.txt
1 parent 71b2c91 commit 6d65387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ project(muParserProject)
1313
# Bump versions on release
1414
set(MUPARSER_VERSION_MAJOR 2)
1515
set(MUPARSER_VERSION_MINOR 3)
16-
set(MUPARSER_VERSION_PATCH 2)
16+
set(MUPARSER_VERSION_PATCH 3)
1717
set(MUPARSER_VERSION ${MUPARSER_VERSION_MAJOR}.${MUPARSER_VERSION_MINOR}.${MUPARSER_VERSION_PATCH})
1818

1919
# Build options

0 commit comments

Comments
 (0)