From: Chris Hanson Date: Sat, 17 Nov 2018 04:51:33 +0000 (-0800) Subject: Update version to 10.1.3. X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=3a6f1432d192d0074ba46bb85536196ca5995dd0;p=mit-scheme.git Update version to 10.1.3. --- diff --git a/doc/configure.ac b/doc/configure.ac index a269e4621..e2d03a5cf 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], - [10.1.2], + [10.1.3], [bug-mit-scheme@gnu.org], [mit-scheme-doc]) AC_CONFIG_SRCDIR([ref-manual/scheme.texinfo]) diff --git a/doc/mit-scheme.1 b/doc/mit-scheme.1 index 9daf5c545..fdcf16651 100644 --- a/doc/mit-scheme.1 +++ b/doc/mit-scheme.1 @@ -1,4 +1,4 @@ -.TH "mit-scheme" "1" "10.1.2" "MIT/GNU Scheme Team" "" +.TH "mit-scheme" "1" "10.1.3" "MIT/GNU Scheme Team" "" .SH "NAME" .LP mit-scheme - The MIT/GNU Scheme development environment diff --git a/doc/ref-manual/scheme.texinfo b/doc/ref-manual/scheme.texinfo index e060a9828..4254ef55e 100644 --- a/doc/ref-manual/scheme.texinfo +++ b/doc/ref-manual/scheme.texinfo @@ -2,7 +2,7 @@ @comment %**start of header @setfilename mit-scheme-ref @set EDITION 1.106 -@set VERSION 10.1.2 +@set VERSION 10.1.3 @set UPDATED 2017-02-15 @settitle MIT/GNU Scheme @value{VERSION} @comment %**end of header diff --git a/doc/user-manual/user.texinfo b/doc/user-manual/user.texinfo index e667d103a..5126e0cb7 100644 --- a/doc/user-manual/user.texinfo +++ b/doc/user-manual/user.texinfo @@ -2,7 +2,7 @@ @comment %**start of header @setfilename mit-scheme-user @set EDITION 1.95 -@set VERSION 10.1.2 +@set VERSION 10.1.3 @set UPDATED 2015-11-25 @settitle MIT/GNU Scheme @value{VERSION} @comment %**end of header diff --git a/src/blowfish/mit-scheme-blowfish.texi b/src/blowfish/mit-scheme-blowfish.texi index 5d4454b6e..e21f857d1 100644 --- a/src/blowfish/mit-scheme-blowfish.texi +++ b/src/blowfish/mit-scheme-blowfish.texi @@ -2,7 +2,7 @@ @comment %**start of header @setfilename mit-scheme-blowfish.info @include version.texi -@set SCMVERS 10.1.2 +@set SCMVERS 10.1.3 @settitle MIT/GNU Scheme Blowfish Plugin Manual @comment %**end of header diff --git a/src/configure.ac b/src/configure.ac index 8cc73871c..a4cdea563 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([MIT/GNU Scheme], [10.1.2], [bug-mit-scheme@gnu.org], [mit-scheme]) +AC_INIT([MIT/GNU Scheme], [10.1.3], [bug-mit-scheme@gnu.org], [mit-scheme]) AC_CONFIG_SRCDIR([microcode/boot.c]) AC_CONFIG_AUX_DIR([microcode]) AC_PROG_MAKE_SET diff --git a/src/gdbm/mit-scheme-gdbm.texi b/src/gdbm/mit-scheme-gdbm.texi index 8d0dcd2ce..2017bcdc9 100644 --- a/src/gdbm/mit-scheme-gdbm.texi +++ b/src/gdbm/mit-scheme-gdbm.texi @@ -2,7 +2,7 @@ @comment %**start of header @setfilename mit-scheme-gdbm.info @include version.texi -@set SCMVERS 10.1.2 +@set SCMVERS 10.1.3 @settitle MIT/GNU Scheme GDBM Plugin Manual @comment %**end of header diff --git a/src/runtime/version.scm b/src/runtime/version.scm index f573c44c4..1a90285a9 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" '(10 1 2)) + (add-subsystem-identification! "Release" '(10 1 3)) (snarf-microcode-version!) (add-event-receiver! event:after-restore snarf-microcode-version!) (add-subsystem-identification! "Runtime" '(15 7))))