From 0f31f9ac23bf7db22928b01ecf9c3a372661817c Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Wed, 25 Nov 2020 15:05:29 +0100 Subject: 3.0.6 --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index fc2fdcd..58af381 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +3.0.6 (stable) + +Build: +* Meson build: Fix versioning on macOS + (Tom Schoonjans) Pull request #65 + +Documentation: +* sigc++/sigc++.h: Describe how to use libsigc++ with Meson + (Kjell Ahlstedt) +* Update links to the web page, now at + libsigcplusplus.github.io/libsigcplusplus + (Kjell Ahlstedt) + + 3.0.4 (stable) Build: diff --git a/configure.ac b/configure.ac index d34d4bf..0bb516c 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.4], +AC_INIT([libsigc++], [3.0.6], [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 13d6924..632cded 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # This file is part of libsigc++. project('libsigc++', 'cpp', - version: '3.0.4', + version: '3.0.6', license: 'LGPLv2.1+', default_options: [ 'cpp_std=c++17', -- cgit v1.2.1