Skip to content

Commit

Permalink
2.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellahl committed Feb 11, 2022
1 parent 88d8790 commit 4bb3060
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 4bb3060

Please sign in to comment.