Increment versions after merge.
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 10 Oct 2018 16:53:38 +0000 (09:53 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 10 Oct 2018 16:53:38 +0000 (09:53 -0700)
debian/changelog
src/edwin/NEWS
src/edwin/configure.ac
src/edwin/debian/changelog
src/edwin/make.scm
src/imail/NEWS
src/imail/configure.ac
src/imail/debian/changelog
src/runtime/version.scm

index 7bee4038902bc3feb36c6e14c6dd079c6d140bd9..e48ff88dec0af398f4905616295ccf77f1005000 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked (9.2.19) birchwood; urgency=low
+
+  * New upstream.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed, 10 Oct 2018 00:00:00 -0000
+
 mit-scheme-pucked (9.2.18) birchwood; urgency=low
 
   * New upstream fixes SOS instance printing.
index 6f60f0a34bb3e28463617cfcb8dd9c78c09a2628..1813156153c85a0fab3c861f17c0d7dd96cf93a5 100644 (file)
@@ -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-edwin 3.117.1 - Matt Birkholz, 2018-10-10
+===========================================================
+
+New upstream with Edwin as a separately installable project.
+
 mit-scheme-pucked-edwin 3.116.5 - Matt Birkholz, 2018-10-01
 ===========================================================
 
index 8a13fa1b3e2c474fcfd8a41866af4f4027ec376b..661cf9b8c141a21ddfd598425ce326dbe5fcf11c 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme Pucked edwin plugin],
-        [3.116.5],
+        [3.117.1],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-edwin])
 AC_CONFIG_SRCDIR([edwin.pkg])
index 78175b36ab9fbe55f1f467be5ff9483b3a82be27..b5ef43b1805ba3b97e29a3f52a4e8481be1ad066 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-edwin (3.117.1) birchwood; urgency=low
+
+  * New upstream with Edwin as a separately installable project.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed, 10 Oct 2018 00:00:00 -0000
+
 mit-scheme-pucked-edwin (3.116.5) birchwood; urgency=low
 
   * New upstream recognizes the x11-screen option during testing.
index adac79d188f53ea28b1f775a03c7da31dc60b848..05e0d18ca60e3cdaa42dd0ff07ce8c049eb5c026 100644 (file)
@@ -37,4 +37,4 @@ USA.
     (load-package-set "edwin"
       `((alternate-package-loader
         . ,(load "edwin.bld" system-global-environment))))))
-(add-subsystem-identification! "Edwin" '(3 116 5))
\ No newline at end of file
+(add-subsystem-identification! "Edwin" '(3 117 1))
\ No newline at end of file
index 92bb51d0a5a3c2e52a5a0740943d5e0187ae4f97..065be9ec34f8fdd5ea935f9aff7743bfcb1b85cc 100644 (file)
@@ -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-imail 1.22.1 - Matt Birkholz, 2018-10-10
+==========================================================
+
+New upstream with Imail as a separately installable project.
+
 mit-scheme-pucked-imail 1.21.4 - Matt Birkholz, 2018-06-22
 ==========================================================
 
index 3aea8da8f794267337befe2bd80c0e6ca519f44d..d7c986ffc1b8939ba79cc7ae9c1994d2e251e6b9 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme Pucked imail plugin],
-        [1.21.4],
+        [1.22.1],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-imail])
 AC_CONFIG_SRCDIR([imail.pkg])
index 7f96281bb0724f421e48d5f65492dbde4e3b174c..299943f3dc4e9a44e307b76b655b8cc15ff4fae8 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-imail (1.22.1) birchwood; urgency=low
+
+  * New upstream with Imail as a separately installable project.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed, 10 Oct 2018 00:00:00 -0000
+
 mit-scheme-pucked-imail (1.21.4) birchwood; urgency=low
 
   * New upstream core.
index bcb178db44c164f1b93a0922c92bb323acfbc273..e0781103538e2024731e4c92e2d9c2a9c894cfe7 100644 (file)
@@ -39,7 +39,7 @@ USA.
         (let ((now last-copyright-year)
               (then 1986))
           (iota (+ (- now then) 1) then)))
-   (add-subsystem-identification! "Release" '(9 2 18))
+   (add-subsystem-identification! "Release" '(9 2 19))
    (snarf-microcode-version!)
    (add-event-receiver! event:after-restore snarf-microcode-version!)
    (add-subsystem-identification! "Runtime" '(15 8))))