From 07134f1b0f74d4fdfbf5f40df17c289e4395623b Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Thu, 28 Dec 2017 11:56:39 -0700 Subject: [PATCH] gdbm plugin: Finish version increment. --- src/gdbm/configure.ac | 2 +- src/gdbm/debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/gdbm/configure.ac b/src/gdbm/configure.ac index fe5db08a8..81f83f790 100644 --- a/src/gdbm/configure.ac +++ b/src/gdbm/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 gdbm plugin], - [0.2.1], + [0.3.1], [matt@birchwood-abbey.net], [mit-scheme-pucked-gdbm]) AC_CONFIG_SRCDIR([gdbm.pkg]) diff --git a/src/gdbm/debian/changelog b/src/gdbm/debian/changelog index 3ef15d678..c29aff959 100644 --- a/src/gdbm/debian/changelog +++ b/src/gdbm/debian/changelog @@ -1,3 +1,10 @@ +mit-scheme-pucked-gdbm (0.3.1) birchwood; urgency=low + + * New upstream includes a manual and uses new Unicode support in the + FFI. + + -- Matt Birkholz Sat, 23 Dec 2017 17:00:00 -0700 + mit-scheme-pucked-gdbm (0.2.1) birchwood; urgency=low * New upstream converts non-ASCII strings (keys and data) to UTF8. This -- 2.25.1