From 9c369df6b65a7f2afd3b0f350dbac03b2356b9f2 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Tue, 5 Jun 2018 17:50:12 -0700 Subject: [PATCH] Version 9.2.13. --- debian/changelog | 6 ++++++ doc/configure.ac | 2 +- src/runtime/version.scm | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8b704f2b1..633bde42d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked (9.2.13) birchwood; urgency=low + + * New upstream. + + -- Matt Birkholz Tue, 5 Jun 2018 00:00:00 -0000 + mit-scheme-pucked (9.2.12) birchwood; urgency=low * Add a Debian postinst script to update plugin indices after upgrades. diff --git a/doc/configure.ac b/doc/configure.ac index c291802d1..e94cdbe89 100644 --- a/doc/configure.ac +++ b/doc/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme documentation], - [9.2.11], + [9.2.13], [matt@birchwood-abbey.net], [mit-scheme-pucked-doc]) AC_CONFIG_SRCDIR([ref-manual/scheme.texinfo]) diff --git a/src/runtime/version.scm b/src/runtime/version.scm index 62a051f29..f1daa2637 100644 --- a/src/runtime/version.scm +++ b/src/runtime/version.scm @@ -39,7 +39,7 @@ USA. (let ((now last-copyright-year) (then 1986)) (iota (+ (- now then) 1) then))) - (add-subsystem-identification! "Release" '(9 2 12)) + (add-subsystem-identification! "Release" '(9 2 13)) (snarf-microcode-version!) (add-event-receiver! event:after-restore snarf-microcode-version!) (add-subsystem-identification! "Runtime" '(15 8)))) -- 2.25.1