Skip to content

Commit 25e7e8a

Browse files
committed
change version to 2.0.0
1 parent 2c992bc commit 25e7e8a

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
@@ -34,7 +34,7 @@ project ( jsonfortran NONE )
3434
# Set version (semantic versioning)
3535
# C.F. semver.org
3636
#----------------------------------
37-
set ( VERSION_MAJOR 1 )
37+
set ( VERSION_MAJOR 2 )
3838
set ( VERSION_MINOR 0 )
3939
set ( VERSION_PATCH 0 )
4040
set ( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )

0 commit comments

Comments
 (0)