From 7a3e541d24ea5d15ff7ee28a3505a9f33fd049f8 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 8 Mar 2014 09:54:54 -0800 Subject: Version 85. --- ChangeLog | 14 ++++++++++++++ RELNOTES | 12 ++++++++++++ configure | 2 +- txr.1 | 4 ++-- txr.c | 2 +- 5 files changed, 30 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5c1fd74b..9d535f07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2014-03-08 Kaz Kylheku + + Version 85 + + * txr.c (version): Bumped. + + * txr.1: Bumped version, set date. + + * configure (txr_ver): Bumped. + + * RELNOTES: Updated + + * txr.vim: Updated. + 2014-03-08 Kaz Kylheku * txr.1: Added missing documentation for @(forget)/@(local). diff --git a/RELNOTES b/RELNOTES index b9b0db34..cc45cc68 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,15 @@ + TXR 85 + 2014-03-07 + + Bugs + + - Fixed a regression related to the *random-state* variable, + breaking all pseudo-random number functions. + + - Fixed broken "txr -v". + + + TXR 84 2014-03-07 diff --git a/configure b/configure index 0ec61819..ddc8ee0b 100755 --- a/configure +++ b/configure @@ -387,7 +387,7 @@ fi # -txr_ver=84 +txr_ver=85 # # The all important banner. diff --git a/txr.1 b/txr.1 index c8a62867..f48f1360 100644 --- a/txr.1 +++ b/txr.1 @@ -21,9 +21,9 @@ .\"IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED .\"WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. -.TH "TXR" 1 2014-03-07 "Utility Commands" "TXR Text Processing Language" "Kaz Kylheku" +.TH "TXR" 1 2014-03-08 "Utility Commands" "TXR Text Processing Language" "Kaz Kylheku" .SH NAME -txr \- text processing language (version 84) +txr \- text processing language (version 85) .SH SYNOPSIS .B txr [ options ] query-file { data-file }* .sp diff --git a/txr.c b/txr.c index bad61542..5423c971 100644 --- a/txr.c +++ b/txr.c @@ -47,7 +47,7 @@ #include "eval.h" #include "txr.h" -const wchli_t *version = wli("84"); +const wchli_t *version = wli("85"); const wchar_t *progname = L"txr"; /* -- cgit v1.2.3