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 2c992bc commit 25e7e8aCopy full SHA for 25e7e8a
CMakeLists.txt
@@ -34,7 +34,7 @@ project ( jsonfortran NONE )
34
# Set version (semantic versioning)
35
# C.F. semver.org
36
#----------------------------------
37
-set ( VERSION_MAJOR 1 )
+set ( VERSION_MAJOR 2 )
38
set ( VERSION_MINOR 0 )
39
set ( VERSION_PATCH 0 )
40
set ( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )
0 commit comments