Skip to content

Commit f03cb2f

Browse files
committed
Update release version
1 parent 5b198a5 commit f03cb2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SET( LIBRARY_NAME "PHYC" )
88

99
SET( ${LIBRARY_NAME}_MAJOR_VERSION 2 )
1010
SET( ${LIBRARY_NAME}_MINOR_VERSION 0 )
11-
SET( ${LIBRARY_NAME}_PATCH_LEVEL 0 )
11+
SET( ${LIBRARY_NAME}_PATCH_LEVEL 1 )
1212

1313

1414
#####################################################################
@@ -401,4 +401,4 @@ ENDIF (BUILD_TESTING)
401401

402402
IF (BUILD_BENCHMARKING)
403403
add_subdirectory(examples)
404-
ENDIF (BUILD_BENCHMARKING)
404+
ENDIF (BUILD_BENCHMARKING)

0 commit comments

Comments
 (0)