Skip to content

Commit

Permalink
2.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellahl committed Nov 25, 2020
1 parent 267562c commit 5651a5c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2.10.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)


2.10.4 (stable)

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

0 comments on commit 5651a5c

Please sign in to comment.