Skip to content

Commit

Permalink
2.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellahl committed May 20, 2021
1 parent f6abdbb commit 1b47767
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions NEWS
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
2.10.7 (stable)

Meson build:
* Make it possible to use sigc++ as a subproject
(Kjell Ahlstedt)
* Fix dependency on files generated from .h.m4 files
(Kjell Ahlstedt)
* No implicit_include_directories
(Kjell Ahlstedt)
* Make quiet installations possible
(Kjell Ahlstedt)
* Fix build as subproject without building documentation
(Kjell Ahlstedt) Issue #71 (Xavier Claessens)

Documentation:
* Links to *.gnome.org refer to sigc++-2.0 and gtkmm-3.0 versions
instead of latest versions
(Kjell Ahlstedt)


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

0 comments on commit 1b47767

Please sign in to comment.