Skip to content

Commit 5651a5c

Browse files
committed
2.10.6
1 parent 267562c commit 5651a5c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2.10.6 (stable)
2+
3+
Build:
4+
* Meson build: Fix versioning on macOS
5+
(Tom Schoonjans) Pull request #65
6+
7+
Documentation:
8+
* sigc++/sigc++.h: Describe how to use libsigc++ with Meson
9+
(Kjell Ahlstedt)
10+
* Update links to the web page, now at
11+
libsigcplusplus.github.io/libsigcplusplus
12+
(Kjell Ahlstedt)
13+
14+
115
2.10.4 (stable)
216

317
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.4],
18+
AC_INIT([libsigc++], [2.10.6],
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.4',
4+
version: '2.10.6',
55
license: 'LGPLv2.1+',
66
default_options: [
77
'cpp_std=c++11',

0 commit comments

Comments
 (0)