From: Chris Hanson Date: Sat, 26 Jan 2019 23:50:14 +0000 (-0800) Subject: Update version numbers for release. X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=264a1ec20c9ed4008d947cc66d62669a2a8f1079;p=mit-scheme.git Update version numbers for release. --- diff --git a/doc/configure.ac b/doc/configure.ac index e4cae5497..0ddc37f0e 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.4], + [10.1.5], [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 1ecfc45a3..76a25b2f5 100644 --- a/doc/mit-scheme.1 +++ b/doc/mit-scheme.1 @@ -1,4 +1,4 @@ -.TH "mit-scheme" "1" "10.1.4" "MIT/GNU Scheme Team" "" +.TH "mit-scheme" "1" "10.1.5" "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 1130596f9..c21849c81 100644 --- a/doc/ref-manual/scheme.texinfo +++ b/doc/ref-manual/scheme.texinfo @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @comment %**start of header @setfilename mit-scheme-ref -@set VERSION 10.1.4 +@set VERSION 10.1.5 @set UPDATED 2018-10-31 @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 ed676a35d..82eed71bd 100644 --- a/doc/user-manual/user.texinfo +++ b/doc/user-manual/user.texinfo @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @comment %**start of header @setfilename mit-scheme-user -@set VERSION 10.1.4 +@set VERSION 10.1.5 @set UPDATED 2018-11-22 @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 4093b78c2..3fc63710f 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.4 +@set SCMVERS 10.1.5 @settitle MIT/GNU Scheme Blowfish Plugin Manual @comment %**end of header diff --git a/src/configure.ac b/src/configure.ac index bde58ed6a..6402004dc 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.4], [bug-mit-scheme@gnu.org], [mit-scheme]) +AC_INIT([MIT/GNU Scheme], [10.1.5], [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 fc4031e19..3140a0fc9 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.4 +@set SCMVERS 10.1.5 @settitle MIT/GNU Scheme GDBM Plugin Manual @comment %**end of header diff --git a/src/runtime/version.scm b/src/runtime/version.scm index 15ed3a0d1..d4ebd0dfe 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 4)) + (add-subsystem-identification! "Release" '(10 1 5)) (snarf-microcode-version!) (add-event-receiver! event:after-restore snarf-microcode-version!) (add-subsystem-identification! "Runtime" '(15 7))))