]> birchwood-abbey.net Git - mit-scheme.git/commitdiff
Update version numbers for new release.
authorChris Hanson <org/chris-hanson/cph>
Sun, 31 Jan 2021 02:19:41 +0000 (18:19 -0800)
committerChris Hanson <org/chris-hanson/cph>
Sun, 31 Jan 2021 02:19:41 +0000 (18:19 -0800)
doc/configure.ac
doc/mit-scheme.1
doc/ref-manual/scheme.texinfo
doc/user-manual/user.texinfo
src/blowfish/mit-scheme-blowfish.texi
src/configure.ac
src/gdbm/mit-scheme-gdbm.texi
src/microcode/configure.ac
src/runtime/version.scm

index 1eb1244a29b9155babf2c794b26cfc8525c2fe22..3a32d1566d3561cbe6db3f8c8c42bc26b37058c6 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme documentation],
-       [11.0.91],
+       [11.1],
        [bug-mit-scheme@gnu.org],
        [mit-scheme-doc])
 AC_CONFIG_SRCDIR([ref-manual/scheme.texinfo])
index 9ed324860ee3f6bd4a407312e5db352263849359..878a49e2b512fb68a4d8e74831de2dbece329fa8 100644 (file)
@@ -1,4 +1,4 @@
-.TH "mit-scheme" "1" "11.0.91" "MIT/GNU Scheme Team" ""
+.TH "mit-scheme" "1" "11.1" "MIT/GNU Scheme Team" ""
 .SH "NAME"
 .LP
 mit-scheme - The MIT/GNU Scheme development environment
index 6558a5e19efe34f8a40dc1a710f9150531f3c14c..025e0b20289d953459add92931cbb2b94e26aac8 100644 (file)
@@ -1,7 +1,7 @@
 \input texinfo @c -*-texinfo-*-
 @comment %**start of header
 @setfilename mit-scheme-ref
-@set VERSION 11.0.91
+@set VERSION 11.1
 @set UPDATED 2020-06-16
 @settitle MIT/GNU Scheme @value{VERSION}
 @comment %**end of header
index ab698d233394dacc8f5ed81a355b86e87b3d5135..313b736e2530a26e47a1aec70caf52d46229e7ae 100644 (file)
@@ -1,7 +1,7 @@
 \input texinfo @c -*-texinfo-*-
 @comment %**start of header
 @setfilename mit-scheme-user
-@set VERSION 11.0.91
+@set VERSION 11.1
 @set UPDATED 2020-06-16
 @settitle MIT/GNU Scheme @value{VERSION}
 @comment %**end of header
index 585de29c5e61a58583c2092a4f3833bb70eed4ac..7d644fec72d7d7c504483da310f81e0b5c9bb63f 100644 (file)
@@ -2,7 +2,7 @@
 @comment %**start of header
 @setfilename mit-scheme-blowfish.info
 @include version.texi
-@set SCMVERS 11.0.91
+@set SCMVERS 11.1
 @settitle MIT/GNU Scheme Blowfish Plugin Manual
 @comment %**end of header
 
index a647b66bd93857970902d2eee0875476d28dd5fd..a9e80f141da98b4fad64148790dec859b87af340 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([MIT/GNU Scheme], [11.0.91], [bug-mit-scheme@gnu.org], [mit-scheme])
+AC_INIT([MIT/GNU Scheme], [11.1], [bug-mit-scheme@gnu.org], [mit-scheme])
 AC_CONFIG_SRCDIR([microcode/boot.c])
 AC_CONFIG_AUX_DIR([microcode])
 AC_PROG_MAKE_SET
index 5f09993b1b8d582d23eebd7c73cceff5c1acd5a0..0faa4827c6969cb352494b3410097054e4074812 100644 (file)
@@ -2,7 +2,7 @@
 @comment %**start of header
 @setfilename mit-scheme-gdbm.info
 @include version.texi
-@set SCMVERS 11.0.91
+@set SCMVERS 11.1
 @settitle MIT/GNU Scheme GDBM Plugin Manual
 @comment %**end of header
 
index 554de5f69f67174d493c6309e7ee5a0212f81a80..424d0160492c6c434b7a447088b327d4869b04dc 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([MIT/GNU Scheme], [11.0.91], [bug-mit-scheme@gnu.org], [mit-scheme])
+AC_INIT([MIT/GNU Scheme], [11.1], [bug-mit-scheme@gnu.org], [mit-scheme])
 AC_CONFIG_SRCDIR([boot.c])
 AC_CONFIG_HEADERS([config.h])
 AC_PROG_MAKE_SET
index e873a582749528c96b74395c2bc99d637a60beee..89a5a02013f22f50f32c9833cf24c6bd635c5550 100644 (file)
@@ -42,7 +42,7 @@ USA.
 
 (add-boot-init!
  (lambda ()
-   (add-subsystem-identification! "Release" '(11 0 91))
+   (add-subsystem-identification! "Release" '(11 1))
    (run-now-and-after-restore!
     (lambda ()
       (add-subsystem-identification! "Microcode" (get-microcode-version))))