From: Matt Birkholz <matt@birchwood-abbey.net>
Date: Tue, 19 Feb 2019 15:18:06 +0000 (-0700)
Subject: gdbm 1.0.3
X-Git-Tag: mit-scheme-pucked-gdbm-1.0.3^0
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7b50db31732be3f08dbeb5a71fb5f61b5a0321df;p=mit-scheme.git

gdbm 1.0.3
---

diff --git a/src/gdbm/NEWS b/src/gdbm/NEWS
index 5bb28d7a2..ba3e668e5 100644
--- a/src/gdbm/NEWS
+++ b/src/gdbm/NEWS
@@ -26,6 +26,11 @@ along with MIT/GNU Scheme; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 02110-1301, USA.
 
+mit-scheme-pucked-gdbm 1.0.3 - Matt Birkholz, 2019-02-18
+========================================================
+
+New release upstream.  Minor build improvements.
+
 mit-scheme-pucked-gdbm 1.0.2 - Matt Birkholz, 2018-11-27
 ========================================================
 
diff --git a/src/gdbm/configure.ac b/src/gdbm/configure.ac
index 42c2bac92..1ac8ac4c4 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],
-        [1.0.2],
+        [1.0.3],
         [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 8e7489185..eb27827a6 100644
--- a/src/gdbm/debian/changelog
+++ b/src/gdbm/debian/changelog
@@ -1,3 +1,9 @@
+mit-scheme-pucked-gdbm (1.0.3) birchwood; urgency=low
+
+  * New release upstream.  Minor build improvements.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Mon, 18 Feb 2019 00:00:00 -0000
+
 mit-scheme-pucked-gdbm (1.0.2) birchwood; urgency=low
 
   * New release upstream supporting Unicode and plugins.
diff --git a/src/gdbm/gdbm.texi b/src/gdbm/gdbm.texi
index 20d8bad5b..b290e66e1 100644
--- a/src/gdbm/gdbm.texi
+++ b/src/gdbm/gdbm.texi
@@ -2,7 +2,7 @@
 @comment %**start of header
 @setfilename gdbm.info
 @include version.texi
-@set SCMVERS 10.1.2
+@set SCMVERS 10.1.10
 @settitle GDBM Plugin Manual
 @comment %**end of header
 
diff --git a/src/gdbm/make.scm b/src/gdbm/make.scm
index 1b1571f2e..98eeecf2c 100644
--- a/src/gdbm/make.scm
+++ b/src/gdbm/make.scm
@@ -6,4 +6,4 @@
   (lambda ()
     (load-package-set "gdbm")))
 
-(add-subsystem-identification! "GDBM" '(1 0 2))
\ No newline at end of file
+(add-subsystem-identification! "GDBM" '(1 0 3))
\ No newline at end of file