Skip to content

Commit 74e3d90

Browse files
committed
Bump library version in CMake file to 4.3
1 parent 5e52091 commit 74e3d90

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
@@ -46,7 +46,7 @@ ENDIF(LIBTINS_BUILD_SHARED)
4646

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

0 commit comments

Comments
 (0)