Skip to content

Commit

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

Meson build:
* Make it possible to use sigc++ as a subproject
(Kjell Ahlstedt)
* No implicit_include_directories
(Kjell Ahlstedt)
* Fix build as subproject without building documentation
(Kjell Ahlstedt) Issue #71 (Xavier Claessens)


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

0 comments on commit 657b1b1

Please sign in to comment.