From 657b1b163da89176be90fac1b71bbb7831a823e1 Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Thu, 20 May 2021 14:27:37 +0200 Subject: 3.0.7 --- NEWS | 11 +++++++++++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) mode change 100644 => 100755 NEWS diff --git a/NEWS b/NEWS old mode 100644 new mode 100755 index 58af381..2f3d8cb --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +3.0.7 (stable) + +Meson build: +* Make it possible to use sigc++ as a subproject + (Kjell Ahlstedt) +* No implicit_include_directories + (Kjell Ahlstedt) +* Fix build as subproject without building documentation + (Kjell Ahlstedt) Issue #71 (Xavier Claessens) + + 3.0.6 (stable) Build: diff --git a/configure.ac b/configure.ac index 0bb516c..4817a6f 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ ## You should have received a copy of the GNU Lesser General Public License ## along with this library. If not, see . -AC_INIT([libsigc++], [3.0.6], +AC_INIT([libsigc++], [3.0.7], [https://github.com/libsigcplusplus/libsigcplusplus/issues/], [libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/]) AC_PREREQ([2.59]) diff --git a/meson.build b/meson.build index fffe038..27d422a 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # This file is part of libsigc++. project('libsigc++', 'cpp', - version: '3.0.6', + version: '3.0.7', license: 'LGPLv2.1+', default_options: [ 'cpp_std=c++17', -- cgit v1.2.1