summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2021-12-19 10:17:50 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2021-12-19 10:17:50 +0100
commitaf16bf0d15782345ce41323706a3dcc6c06ce253 (patch)
tree5c5652481dced4e73a32039bd29efaa5b9fe005f
parent4e5dac4ce38935fc3438b0cd066c6417e5905f6c (diff)
downloadsigc++-af16bf0d15782345ce41323706a3dcc6c06ce253.tar.gz
CMakeLists.txt: Update sigc++ version to 3.0.7
Should have been done when configure.ac and meson.build were updated.
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2e7f383..1863d8e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,9 +16,9 @@
cmake_minimum_required (VERSION 3.2)
-set (SIGCXX_MAJOR_VERSION 2)
-set (SIGCXX_MINOR_VERSION 99)
-set (SIGCXX_MICRO_VERSION 1)
+set (SIGCXX_MAJOR_VERSION 3)
+set (SIGCXX_MINOR_VERSION 0)
+set (SIGCXX_MICRO_VERSION 7)
set (SIGCXX_API_VERSION 3.0)
set (PACKAGE_VERSION ${SIGCXX_MAJOR_VERSION}.${SIGCXX_MINOR_VERSION}.${SIGCXX_MICRO_VERSION})