From 09bd30de023905f7703496e12284179545402c63 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Wed, 3 Jul 2019 16:17:13 -0700 Subject: [PATCH] cairo 0.11 --- src/cairo/NEWS | 5 +++++ src/cairo/cairo.texi | 2 +- src/cairo/configure.ac | 2 +- src/cairo/debian/changelog | 6 ++++++ src/cairo/make.scm | 2 +- 5 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/cairo/NEWS b/src/cairo/NEWS index 7d5915913..390bc9516 100644 --- a/src/cairo/NEWS +++ b/src/cairo/NEWS @@ -19,6 +19,11 @@ You should have received a copy of the GNU General Public License along with this plugin; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +mit-scheme-pucked-cairo 0.11 - Matt Birkholz, 2019-07-03 +======================================================== + +New release upstream. Downcased many symbols. + mit-scheme-pucked-cairo 0.10 - Matt Birkholz, 2018-11-27 ======================================================== diff --git a/src/cairo/cairo.texi b/src/cairo/cairo.texi index c9fb1d4ff..63710c86f 100644 --- a/src/cairo/cairo.texi +++ b/src/cairo/cairo.texi @@ -2,7 +2,7 @@ @comment %**start of header @setfilename cairo.info @include version.texi -@set SCMVERS 9.2.15 +@set SCMVERS 10.1.11 @settitle Cairo Plugin Manual @comment %**end of header diff --git a/src/cairo/configure.ac b/src/cairo/configure.ac index 188a2222e..585c30f6b 100644 --- a/src/cairo/configure.ac +++ b/src/cairo/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) AC_INIT([MIT/GNU Scheme Pucked cairo plugin], - [0.10], + [0.11], [matt@birchwood-abbey.net], [mit-scheme-pucked-cairo]) AC_CONFIG_SRCDIR([cairo.pkg]) diff --git a/src/cairo/debian/changelog b/src/cairo/debian/changelog index 7fcb61393..d02423bc9 100644 --- a/src/cairo/debian/changelog +++ b/src/cairo/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-cairo (0.11) birchwood; urgency=low + + * New release upstream. Downcased many symbols. + + -- Matt Birkholz Wed, 03 Jul 2019 00:00:00 -0000 + mit-scheme-pucked-cairo (0.10) birchwood; urgency=low * New release upstream supporting Unicode and plugins. diff --git a/src/cairo/make.scm b/src/cairo/make.scm index a14f18a01..8fd3e90e0 100644 --- a/src/cairo/make.scm +++ b/src/cairo/make.scm @@ -6,4 +6,4 @@ Load the Cairo option. |# (with-loader-base-uri (system-library-uri "cairo/") (lambda () (load-package-set "cairo"))) -(add-subsystem-identification! "Cairo" '(0 10)) \ No newline at end of file +(add-subsystem-identification! "Cairo" '(0 11)) \ No newline at end of file -- 2.25.1