Skip to content

Commit cafe330

Browse files
jfsmigfvennetier
authored andcommitted
cmake: Adapt the minor release number
1 parent 25e50dc commit cafe330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ include(CheckLibraryExists)
66
include(CheckTypeSize)
77

88
set(GridInit_VERSION_MAJOR 2)
9-
set(GridInit_VERSION_MINOR 0)
10-
set(GridInit_RELEASE 2)
9+
set(GridInit_VERSION_MINOR 2)
10+
set(GridInit_RELEASE 0)
1111
set(API_VERSION "${GridInit_VERSION_MAJOR}.${GridInit_VERSION_MINOR}.${GridInit_RELEASE}")
1212
set(SHORT_API_VERSION "${GridInit_VERSION_MAJOR}.${GridInit_VERSION_MINOR}")
1313

0 commit comments

Comments
 (0)