gdbm plugin: Finish version increment.
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 28 Dec 2017 18:56:39 +0000 (11:56 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 28 Dec 2017 18:56:39 +0000 (11:56 -0700)
src/gdbm/configure.ac
src/gdbm/debian/changelog

index fe5db08a8692ff894b3dbd544eb9c55c3e4c5c0e..81f83f790fe1567882a93f0cf757da9be2282b42 100644 (file)
@@ -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])
index 3ef15d678ad8023b5a7d7e554c0e4dd0c612f412..c29aff95956382b2c8f1e97548955a3de975ca97 100644 (file)
@@ -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 <matt@birchwood-abbey.net>  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