summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RELNOTES10
-rwxr-xr-xconfigure2
-rw-r--r--share/txr/stdlib/ver.tl2
-rw-r--r--txr.16
4 files changed, 15 insertions, 5 deletions
diff --git a/RELNOTES b/RELNOTES
index 96ee87ba..14d1cfc7 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,13 @@
+ TXR 227
+ 2019-10-26
+
+
+ Bugs
+
+ - showstopper in configure script
+
+
+
TXR 226
2019-10-25
diff --git a/configure b/configure
index d7277793..ba3c6f4d 100755
--- a/configure
+++ b/configure
@@ -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)
diff --git a/txr.1 b/txr.1
index 5951bd8f..e5d9fb8b 100644
--- a/txr.1
+++ b/txr.1
@@ -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