Skip to content

Commit db2c030

Browse files
committed
Bump version
1 parent eb2031d commit db2c030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PROJECT(libversion)
44
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
55

66
SET(VERSION_MAJOR 1)
7-
SET(VERSION_MINOR 1)
7+
SET(VERSION_MINOR 2)
88
SET(VERSION_PATCH 0)
99

1010
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

0 commit comments

Comments
 (0)