From 5c8d202114766ab431c50665dfd144f266efed39 Mon Sep 17 00:00:00 2001
From: Matt Birkholz <matt@birchwood-abbey.net>
Date: Wed, 3 Jul 2019 16:12:38 -0700
Subject: [PATCH] blowfish 1.1.4

---
 src/blowfish/NEWS             | 5 +++++
 src/blowfish/blowfish.texi    | 2 +-
 src/blowfish/configure.ac     | 2 +-
 src/blowfish/debian/changelog | 6 ++++++
 src/blowfish/make.scm         | 2 +-
 5 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/src/blowfish/NEWS b/src/blowfish/NEWS
index 72e06072e..52505a05a 100644
--- a/src/blowfish/NEWS
+++ b/src/blowfish/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-blowfish 1.1.4 - Matt Birkholz, 2019-07-03
+============================================================
+
+New release upstream.  Downcased many symbols.
+
 mit-scheme-pucked-blowfish 1.1.3 - Matt Birkholz, 2019-02-18
 ============================================================
 
diff --git a/src/blowfish/blowfish.texi b/src/blowfish/blowfish.texi
index 48bc96390..2be6742c7 100644
--- a/src/blowfish/blowfish.texi
+++ b/src/blowfish/blowfish.texi
@@ -2,7 +2,7 @@
 @comment %**start of header
 @setfilename blowfish.info
 @include version.texi
-@set SCMVERS 10.1.10
+@set SCMVERS 10.1.11
 @settitle Blowfish Plugin Manual
 @comment %**end of header
 
diff --git a/src/blowfish/configure.ac b/src/blowfish/configure.ac
index 0f6c3b3c6..87c829c61 100644
--- a/src/blowfish/configure.ac
+++ b/src/blowfish/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 blowfish plugin],
-        [1.1.3],
+        [1.1.4],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-blowfish])
 AC_CONFIG_SRCDIR([blowfish.pkg])
diff --git a/src/blowfish/debian/changelog b/src/blowfish/debian/changelog
index ea467fdec..2c1b25e08 100644
--- a/src/blowfish/debian/changelog
+++ b/src/blowfish/debian/changelog
@@ -1,3 +1,9 @@
+mit-scheme-pucked-blowfish (1.1.4) birchwood; urgency=low
+
+  * New release upstream.  Downcased many symbols.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed, 03 Jul 2019 00:00:00 -0000
+
 mit-scheme-pucked-blowfish (1.1.3) birchwood; urgency=low
 
   * New release upstream.  Minor build improvements.
diff --git a/src/blowfish/make.scm b/src/blowfish/make.scm
index 62fbb7387..19a9a714b 100644
--- a/src/blowfish/make.scm
+++ b/src/blowfish/make.scm
@@ -6,4 +6,4 @@
   (lambda ()
     (load-package-set "blowfish")))
 
-(add-subsystem-identification! "Blowfish" '(1 1 3))
\ No newline at end of file
+(add-subsystem-identification! "Blowfish" '(1 1 4))
\ No newline at end of file
-- 
2.25.1