diff options
-rw-r--r-- | RELNOTES | 10 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | share/txr/stdlib/ver.tl | 2 | ||||
-rw-r--r-- | txr.1 | 6 |
4 files changed, 15 insertions, 5 deletions
@@ -1,3 +1,13 @@ + TXR 227 + 2019-10-26 + + + Bugs + + - showstopper in configure script + + + TXR 226 2019-10-25 @@ -464,7 +464,7 @@ fi # -txr_ver=226 +txr_ver=227 # # The all important banner. diff --git a/share/txr/stdlib/ver.tl b/share/txr/stdlib/ver.tl index 7fcc7c06..981f10e5 100644 --- a/share/txr/stdlib/ver.tl +++ b/share/txr/stdlib/ver.tl @@ -1,2 +1,2 @@ -(defvarl lib-version 226) +(defvarl lib-version 227) (defvarl *lib-version* lib-version) @@ -350,9 +350,9 @@ .ds TX \f[B]TXR\f[] .ds TL \f[B]TXR Lisp\f[] .\" Start of man page: -.TH TXR 1 2019-10-25 "Utility Commands" "TXR Programming Language" "Kaz Kylheku" +.TH TXR 1 2019-10-26 "Utility Commands" "TXR Programming Language" "Kaz Kylheku" .SH* NAME -\*(TX \- Programming Language (Version 226) +\*(TX \- Programming Language (Version 227) .SH* SYNOPSIS .mono @@ -68112,7 +68112,7 @@ that version. Version 199 produces version 3 files and loads version 2 or 3. -Versions 200 through 226 produce version 4 files and load version 2, 3 or 4. +Versions 200 through 227 produce version 4 files and load version 2, 3 or 4. .SS* Semantic Differences between Compilation and Interpretation |