From 26e0c62afb3802f1f529505d97dfe15b3f12e1ec Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 12 Dec 2022 02:23:40 -0800 Subject: [PATCH] Update version now that release-12 branch is cut. --- doc/configure.ac | 2 +- doc/mit-scheme.1 | 2 +- doc/ref-manual/scheme.texinfo | 2 +- doc/user-manual/user.texinfo | 2 +- src/blowfish/mit-scheme-blowfish.texi | 2 +- src/configure.ac | 2 +- src/gdbm/mit-scheme-gdbm.texi | 2 +- src/microcode/configure.ac | 2 +- src/runtime/version.scm | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/configure.ac b/doc/configure.ac index d7b46a944..b41db1974 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], - [12.0.50], + [13.0.50], [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 626bc732c..2f5cffa23 100644 --- a/doc/mit-scheme.1 +++ b/doc/mit-scheme.1 @@ -1,4 +1,4 @@ -.TH "mit-scheme" "1" "12.0.50" "MIT/GNU Scheme Team" "" +.TH "mit-scheme" "1" "13.0.50" "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 313767bcb..5decda4c5 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 12.0.50 +@set VERSION 13.0.50 @set UPDATED 2022-00-10 @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 d47ca511e..b8c9c7ba3 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 12.0.50 +@set VERSION 13.0.50 @set UPDATED 2020-06-12 @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 a1ec6accc..13f33cc41 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 12.0.50 +@set SCMVERS 13.0.50 @settitle MIT/GNU Scheme Blowfish Plugin Manual @comment %**end of header diff --git a/src/configure.ac b/src/configure.ac index 810ebf729..acd1ed762 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], [12.0.50], [bug-mit-scheme@gnu.org], [mit-scheme]) +AC_INIT([MIT/GNU Scheme], [13.0.50], [bug-mit-scheme@gnu.org], [mit-scheme]) AC_CONFIG_SRCDIR([microcode/boot.c]) AC_CONFIG_AUX_DIR([microcode]) AC_CONFIG_HEADERS([dummy-config.h]) diff --git a/src/gdbm/mit-scheme-gdbm.texi b/src/gdbm/mit-scheme-gdbm.texi index d1e9f13c4..49adc7ed0 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 12.0.50 +@set SCMVERS 13.0.50 @settitle MIT/GNU Scheme GDBM Plugin Manual @comment %**end of header diff --git a/src/microcode/configure.ac b/src/microcode/configure.ac index 9bc732f7e..3a3e6aa0a 100644 --- a/src/microcode/configure.ac +++ b/src/microcode/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([MIT/GNU Scheme], [12.0.50], [bug-mit-scheme@gnu.org], [mit-scheme]) +AC_INIT([MIT/GNU Scheme], [13.0.50], [bug-mit-scheme@gnu.org], [mit-scheme]) AC_CONFIG_SRCDIR([boot.c]) AC_CONFIG_HEADERS([config.h]) AC_PROG_MAKE_SET diff --git a/src/runtime/version.scm b/src/runtime/version.scm index 7f87410bd..c412ae7cb 100644 --- a/src/runtime/version.scm +++ b/src/runtime/version.scm @@ -43,7 +43,7 @@ USA. (add-boot-init! (lambda () - (add-subsystem-identification! "Release" '(12 0 50)) + (add-subsystem-identification! "Release" '(13 0 50)) (run-now-and-after-restore! (lambda () (add-subsystem-identification! "Microcode" (get-microcode-version)))) -- 2.47.3