Skip to content

Commit af16bf0

Browse files
committed
CMakeLists.txt: Update sigc++ version to 3.0.7
Should have been done when configure.ac and meson.build were updated.
1 parent 4e5dac4 commit af16bf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
cmake_minimum_required (VERSION 3.2)
1818

19-
set (SIGCXX_MAJOR_VERSION 2)
20-
set (SIGCXX_MINOR_VERSION 99)
21-
set (SIGCXX_MICRO_VERSION 1)
19+
set (SIGCXX_MAJOR_VERSION 3)
20+
set (SIGCXX_MINOR_VERSION 0)
21+
set (SIGCXX_MICRO_VERSION 7)
2222

2323
set (SIGCXX_API_VERSION 3.0)
2424
set (PACKAGE_VERSION ${SIGCXX_MAJOR_VERSION}.${SIGCXX_MINOR_VERSION}.${SIGCXX_MICRO_VERSION})

0 commit comments

Comments
 (0)