summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Fontanini <matias.fontanini@gmail.com>2019-03-07 20:16:02 -0800
committerMatias Fontanini <matias.fontanini@gmail.com>2019-03-07 20:16:02 -0800
commit5e52091ecf2c97cfc43b08e1d09e2bd5f8c0b4be (patch)
tree93ef8a356cc0744107caa0c5039fdc22d17ecca8
parentdafb299ea3d92509e5949a2b0d74eaf01a47fc4f (diff)
Use version 4.2 in CMakev4.2
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e2eec6..747394d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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}")