From: Chris Hanson Date: Sun, 9 Jun 2019 20:02:39 +0000 (-0700) Subject: Update version number for release. X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7a59badfcbbc9f62bb4d391ef68127982f9d75f3;p=mit-scheme.git Update version number for release. --- diff --git a/doc/configure.ac b/doc/configure.ac index dc4c85bc1..f817cf85b 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.8], + [10.1.9], [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 143719a18..7daa23aec 100644 --- a/doc/mit-scheme.1 +++ b/doc/mit-scheme.1 @@ -1,4 +1,4 @@ -.TH "mit-scheme" "1" "10.1.8" "MIT/GNU Scheme Team" "" +.TH "mit-scheme" "1" "10.1.9" "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 10cfd7895..8796187ff 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.8 +@set VERSION 10.1.9 @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 babda01c9..70b3271a8 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.8 +@set VERSION 10.1.9 @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 6e789ee57..c4d168bec 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.8 +@set SCMVERS 10.1.9 @settitle MIT/GNU Scheme Blowfish Plugin Manual @comment %**end of header diff --git a/src/configure.ac b/src/configure.ac index 072ea3b75..a59808a20 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.8], [bug-mit-scheme@gnu.org], [mit-scheme]) +AC_INIT([MIT/GNU Scheme], [10.1.9], [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 9e79d00d6..97f45dbe0 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.8 +@set SCMVERS 10.1.9 @settitle MIT/GNU Scheme GDBM Plugin Manual @comment %**end of header diff --git a/src/runtime/version.scm b/src/runtime/version.scm index 008ee3666..fe9209703 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 8)) + (add-subsystem-identification! "Release" '(10 1 9)) (snarf-microcode-version!) (add-event-receiver! event:after-restore snarf-microcode-version!) (add-subsystem-identification! "Runtime" '(15 7))))