From 7e20b36bddab74faed39aa3768d07fd372fce596 Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Wed, 25 Mar 2020 11:06:51 +0100 Subject: 3.0.3 --- NEWS | 17 +++++++++++++++++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 7f49af2..77e3d7d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +3.0.3 (stable) + +Build: +* docs/docs/reference/meson.build: Check if perl is found + (Kjell Ahlstedt) Issue #53 (Rasmus Thomsen) +* README.md: Describe building with Meson + (Kjell Ahlstedt) + +Examples: +* Add example of using libsigc++ with Qt + (Robert Middleton) Pull request #35 + +Tests: +* Replace C-style casts with static_cast<> + (Lennard Berger) + + 3.0.2 (stable) * Build: Meson build improvements. diff --git a/configure.ac b/configure.ac index 1a695a3..d815d47 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.2], +AC_INIT([libsigc++], [3.0.3], [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 320a60e..449d43c 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # This file is part of libsigc++. project('libsigc++', 'cpp', - version: '3.0.2', + version: '3.0.3', license: 'LGPLv2.1+', default_options: [ 'cpp_std=c++17', -- cgit v1.2.1