diff options
author | Murray Cumming <murrayc@murrayc.com> | 2016-11-15 12:56:32 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2016-11-15 12:56:32 +0100 |
commit | b6ee1796215d7eda96af83b5d9a860586cb78ea9 (patch) | |
tree | 908db0e5e06422f1cd308d0ea04f8724d13dd1b2 | |
parent | 8bbb5e5c260100d340ce018a70a708932ab5e071 (diff) |
1.31.1v1.13.1
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +1.13.1 (unstable): + +* Added RecordingSurface, wrapping cairo_recording_surface. + (Jason Rhinelander) Bug #121359 + 1.12.2 (stable): * Remove new API that was not meant to be added in 1.12.1. diff --git a/configure.ac b/configure.ac index 333a53d..b1e63ca 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.12.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=cairomm], +AC_INIT([cairomm], [1.13.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=cairomm], [cairomm], [http://www.cairographics.org/cairomm/]) AC_PREREQ([2.62]) |