Skip to content

Commit 657b1b1

Browse files
committed
3.0.7
1 parent 4c2f754 commit 657b1b1

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

NEWS

100644100755
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
3.0.7 (stable)
2+
3+
Meson build:
4+
* Make it possible to use sigc++ as a subproject
5+
(Kjell Ahlstedt)
6+
* No implicit_include_directories
7+
(Kjell Ahlstedt)
8+
* Fix build as subproject without building documentation
9+
(Kjell Ahlstedt) Issue #71 (Xavier Claessens)
10+
11+
112
3.0.6 (stable)
213

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

0 commit comments

Comments
 (0)