summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2020-11-25 15:05:29 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2020-11-25 15:05:29 +0100
commit0f31f9ac23bf7db22928b01ecf9c3a372661817c (patch)
treefe8e0dcab7e5dcedfafb68aca24ba552d773b0c4
parent172b3b38198a8b783b9a7824ef2c3fa1943fe085 (diff)
downloadsigc++-0f31f9ac23bf7db22928b01ecf9c3a372661817c.tar.gz
3.0.63.0.6
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
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 <http://www.gnu.org/licenses/>.
-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',