Skip to content

Commit fe1d327

Browse files
committed
Bumped version to 1.6.0
1 parent 152ca18 commit fe1d327

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
@@ -10,8 +10,8 @@ if(NOT CMAKE_DEBUG_POSTFIX)
1010
endif()
1111

1212
set(OIS_MAJOR_VERSION 1)
13-
set(OIS_MINOR_VERSION 5)
14-
set(OIS_PATCH_VERSION 1)
13+
set(OIS_MINOR_VERSION 6)
14+
set(OIS_PATCH_VERSION 0)
1515

1616
set(OIS_VERSION ${OIS_MAJOR_VERSION}.${OIS_MINOR_VERSION}.${OIS_PATCH_VERSION})
1717
set(OIS_COMPATIBILITY_VERSION ${OIS_MAJOR_VERSION}.${OIS_MINOR_VERSION}.0)

0 commit comments

Comments
 (0)