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 baa4f7c commit ee21405Copy full SHA for ee21405
CMakeLists.txt
@@ -35,7 +35,7 @@ project ( jsonfortran NONE )
35
#----------------------------------
36
set ( VERSION_MAJOR 4 )
37
set ( VERSION_MINOR 1 )
38
-set ( VERSION_PATCH 0 )
+set ( VERSION_PATCH 1 )
39
set ( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )
40
41
#-------------------------------------
0 commit comments