summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2022-02-11 15:37:04 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2022-02-11 15:37:04 +0100
commit4bb3060056adeba0bf3be0ddf5e5c9f0d9d5b29a (patch)
tree5d4bf119605d875e06fd33810c016d341a4ca41c
parent88d8790c07e0cb82a78085702a3fd52713bc3d1a (diff)
downloadsigc++-4bb3060056adeba0bf3be0ddf5e5c9f0d9d5b29a.tar.gz
2.10.82.10.8
-rwxr-xr-xNEWS13
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 15 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3413e9e..f72e499 100755
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+2.10.8 (stable)
+
+Build:
+* Meson build: Perl is not required by new versions of mm-common
+ (Kjell Ahlstedt)
+* NMake Makefiles: Support building with VS2022
+ (Chun-wei Fan)
+
+Documentation:
+* Upgrade the manual from DocBook 4.1 to DocBook 5.0
+ (Kjell Ahlstedt)
+
+
2.10.7 (stable)
Meson build:
diff --git a/configure.ac b/configure.ac
index d1760ac..b2850e9 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++], [2.10.7],
+AC_INIT([libsigc++], [2.10.8],
[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 ad6ee38..97096be 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
# This file is part of libsigc++.
project('libsigc++', 'cpp',
- version: '2.10.7',
+ version: '2.10.8',
license: 'LGPLv2.1+',
default_options: [
'cpp_std=c++11',