Skip to content

Commit ee21405

Browse files
committed
update version number to 4.1.1
1 parent baa4f7c commit ee21405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ project ( jsonfortran NONE )
3535
#----------------------------------
3636
set ( VERSION_MAJOR 4 )
3737
set ( VERSION_MINOR 1 )
38-
set ( VERSION_PATCH 0 )
38+
set ( VERSION_PATCH 1 )
3939
set ( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )
4040

4141
#-------------------------------------

0 commit comments

Comments
 (0)