Skip to content

Commit 5e52091

Browse files
committed
Use version 4.2 in CMake
1 parent dafb299 commit 5e52091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ENDIF(LIBTINS_BUILD_SHARED)
4646

4747
# The version number.
4848
SET(TINS_VERSION_MAJOR 4)
49-
SET(TINS_VERSION_MINOR 1)
49+
SET(TINS_VERSION_MINOR 2)
5050
SET(TINS_VERSION_PATCH 0)
5151
SET(LIBTINS_VERSION "${TINS_VERSION_MAJOR}.${TINS_VERSION_MINOR}")
5252

0 commit comments

Comments
 (0)