]> birchwood-abbey.net Git - mit-scheme.git/commitdiff
core 12.2.0 mit-scheme-pucked-12.2.0
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 29 Sep 2022 21:32:38 +0000 (15:32 -0600)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 29 Sep 2022 21:32:38 +0000 (15:32 -0600)
debian/changelog
doc/configure.ac
doc/mit-scheme-pucked.1
doc/user-manual/user.texinfo
src/configure.ac
src/microcode/configure.ac
src/runtime/version.scm

index 62a5a5e9037045e75b460b26ce12a9bceef134cb..e40df4db598ae550887e9fa661ba8f55ddfad353 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked (12.2.0) birchwood; urgency=low
+
+  * Merge with master.  Use the released version plus 1.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Sun, 18 Sep 2022 00:00:00 -0000
+
 mit-scheme-pucked (12.0.20) birchwood; urgency=low
 
   * Merge with master.  Use master's version plus 20.
index 4e6f32d9afadd771bb79263a463158c363824fbb..38f5e632a184bc34bc8c2c8abb79546559d9f2aa 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme Pucked documentation],
-       [12.0.20],
+       [12.2.0],
        [matt@birchwood-abbey.net],
        [mit-scheme-pucked-doc])
 AC_CONFIG_SRCDIR([ref-manual/scheme.texinfo])
index c1698f4338b5bc53f4d38bb23614b41785a5bf16..3c0a3b7dc094db95db29b4888527c4c4653723fa 100644 (file)
@@ -1,4 +1,4 @@
-.TH "mit-scheme-pucked" "1" "12.0.20" "Friar Puck and The MIT/GNU Scheme Team" ""
+.TH "mit-scheme-pucked" "1" "12.2.0" "Friar Puck and The MIT/GNU Scheme Team" ""
 .SH "NAME"
 .LP
 mit-scheme-pucked - Friar Puck's MIT/GNU Scheme development environment
index d24482efd179616a440ba1f7d0f4056da3974592..f85282e3a3d2cb26af3658bdd7d571b39e4e1eed 100644 (file)
@@ -1,7 +1,7 @@
 \input texinfo @c -*-texinfo-*-
 @comment %**start of header
 @setfilename user
-@set VERSION 12.0.20
+@set VERSION 12.2.0
 @set UPDATED 12 June 2020
 @settitle MIT/GNU Scheme Pucked @value{VERSION} User Manual
 @comment %**end of header
index c89554c956d27df9dd1cd2ee38b913cc5842cc94..1bea3d195bbe8208c4bc32f234a2b30934098847 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme Pucked],
-       [12.0.20],
+       [12.2.0],
        [matt@birchwood-abbey.net],
        [mit-scheme-pucked])
 AC_CONFIG_SRCDIR([microcode/boot.c])
index 4f97b54d3c7491422bfc0e767c9094a331f3becf..4cc88799aac49cf9d28d97d9c63bf0fa35c39a10 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme Pucked microcode],
-       [12.0.20],
+       [12.2.0],
        [matt@birchwood-abbey.net],
        [mit-scheme-pucked])
 AC_CONFIG_SRCDIR([boot.c])
index bcfaf69255e6b5eead6eb9e19fb20969fa703927..4d22637a934ffa7ed62e350bce0cff86ca84847f 100644 (file)
@@ -43,7 +43,7 @@ USA.
 
 (add-boot-init!
  (lambda ()
-   (add-subsystem-identification! "Release" '(12 0 20))
+   (add-subsystem-identification! "Release" '(12 0))
    (run-now-and-after-restore!
     (lambda ()
       (add-subsystem-identification! "Microcode" (get-microcode-version))))