From 7769dbcf1f9084f185853658f836a8794a84452b Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Tue, 15 Nov 2016 13:16:42 +0100 Subject: 1.15.1 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 06334d1..d8538ff 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +1.15.1 (unstable): + +* First release of the cairomm-1.16 API/ABI that installs + in parallel with cairomm-1.0. + This uses libsigc++-3.0 instead of libsigc++-2.0. + 1.13.1 (unstable): * Added RecordingSurface, wrapping cairo_recording_surface. diff --git a/configure.ac b/configure.ac index 9820ab9..e99fb09 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 . -AC_INIT([cairomm], [1.13.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=cairomm], +AC_INIT([cairomm], [1.15.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=cairomm], [cairomm], [http://www.cairographics.org/cairomm/]) AC_PREREQ([2.62]) -- cgit v1.2.3