summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2021-05-20 14:27:37 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2021-05-20 14:27:37 +0200
commit657b1b163da89176be90fac1b71bbb7831a823e1 (patch)
tree6816a72da81756b42398fbad49e69afe0d9eadb1
parent4c2f754f5161343cbff0a26cf8e804036ad2777c (diff)
downloadsigc++-657b1b163da89176be90fac1b71bbb7831a823e1.tar.gz
3.0.73.0.7
-rwxr-xr-x[-rw-r--r--]NEWS11
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 58af381..2f3d8cb 100644..100755
--- a/NEWS
+++ b/NEWS
@@ -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:
diff --git a/configure.ac b/configure.ac
index 0bb516c..4817a6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/meson.build b/meson.build
index fffe038..27d422a 100644
--- a/meson.build
+++ b/meson.build
@@ -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',