Skip to content

Commit 86ac5b6

Browse files
committed
Update version in cmake file
1 parent 48cbb82 commit 86ac5b6

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
@@ -6,8 +6,8 @@ PROJECT(phyc C)
66

77
SET( LIBRARY_NAME "PHYC" )
88

9-
SET( ${LIBRARY_NAME}_MAJOR_VERSION 0 )
10-
SET( ${LIBRARY_NAME}_MINOR_VERSION 2 )
9+
SET( ${LIBRARY_NAME}_MAJOR_VERSION 1 )
10+
SET( ${LIBRARY_NAME}_MINOR_VERSION 0 )
1111
SET( ${LIBRARY_NAME}_PATCH_LEVEL 0 )
1212

1313

0 commit comments

Comments
 (0)