Skip to content

Commit

Permalink
Use version 4.2 in CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
mfontanini committed Mar 8, 2019
1 parent dafb299 commit 5e52091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ENDIF(LIBTINS_BUILD_SHARED)

# The version number.
SET(TINS_VERSION_MAJOR 4)
SET(TINS_VERSION_MINOR 1)
SET(TINS_VERSION_MINOR 2)
SET(TINS_VERSION_PATCH 0)
SET(LIBTINS_VERSION "${TINS_VERSION_MAJOR}.${TINS_VERSION_MINOR}")

Expand Down

0 comments on commit 5e52091

Please sign in to comment.