Skip to content

Commit 10514af

Browse files
v2.12.2.1
v2.12.2.1
2 parents 3393cc4 + 787674f commit 10514af

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
@@ -13,8 +13,8 @@ set (FESAPI_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR})
1313
# version mechanism
1414
set (Fesapi_VERSION_MAJOR 2)
1515
set (Fesapi_VERSION_MINOR 12)
16-
set (Fesapi_VERSION_PATCH 1)
17-
set (Fesapi_VERSION_TWEAK 0)
16+
set (Fesapi_VERSION_PATCH 2)
17+
set (Fesapi_VERSION_TWEAK 1)
1818

1919
set (Fesapi_VERSION ${Fesapi_VERSION_MAJOR}.${Fesapi_VERSION_MINOR}.${Fesapi_VERSION_PATCH}.${Fesapi_VERSION_TWEAK})
2020

0 commit comments

Comments
 (0)