Skip to content

Commit 4bb3060

Browse files
committed
2.10.8
1 parent 88d8790 commit 4bb3060

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

NEWS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2.10.8 (stable)
2+
3+
Build:
4+
* Meson build: Perl is not required by new versions of mm-common
5+
(Kjell Ahlstedt)
6+
* NMake Makefiles: Support building with VS2022
7+
(Chun-wei Fan)
8+
9+
Documentation:
10+
* Upgrade the manual from DocBook 4.1 to DocBook 5.0
11+
(Kjell Ahlstedt)
12+
13+
114
2.10.7 (stable)
215

316
Meson build:

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
## You should have received a copy of the GNU Lesser General Public License
1616
## along with this library. If not, see <http://www.gnu.org/licenses/>.
1717

18-
AC_INIT([libsigc++], [2.10.7],
18+
AC_INIT([libsigc++], [2.10.8],
1919
[https://github.com/libsigcplusplus/libsigcplusplus/issues/],
2020
[libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/])
2121
AC_PREREQ([2.59])

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is part of libsigc++.
22

33
project('libsigc++', 'cpp',
4-
version: '2.10.7',
4+
version: '2.10.8',
55
license: 'LGPLv2.1+',
66
default_options: [
77
'cpp_std=c++11',

0 commit comments

Comments
 (0)