diff options
author | Murray Cumming <murrayc@murrayc.com> | 2016-11-15 13:16:42 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2016-11-15 13:16:42 +0100 |
commit | 7769dbcf1f9084f185853658f836a8794a84452b (patch) | |
tree | 01b185075592e0bd1c8d428d0ab07cfec91a4748 | |
parent | dd13727dc1192589eb26b105b673d9a7b1079bd0 (diff) |
1.15.1v1.15.1
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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 <http://www.gnu.org/licenses/>. -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]) |