From 018d7b2e1e18436e559bf15b0839a7236b6ff975 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 23 Nov 2011 13:48:28 -0800 Subject: Version 043 * txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOES: Updated. --- ChangeLog | 12 ++++++++++++ RELNOTES | 7 +++---- configure | 2 +- txr.1 | 4 ++-- txr.c | 2 +- 5 files changed, 19 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 61110693..9536796b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2011-11-20 Kaz Kylheku + + Version 043 + + * txr.c (version): Bumped. + + * txr.1: Bumped version and set date. + + * configure (txr_ver): Bumped. + + * RELNOES: Updated. + 2011-11-23 Kaz Kylheku * txr.c (remove_hash_bang_line): Recognize multiple diff --git a/RELNOTES b/RELNOTES index 3fadec42..981c08ff 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ - (future release) TXR 043 - 201?-??-?? + 2011-11-23 + Bugs @@ -18,12 +18,11 @@ - (current release) + TXR 042 2011-11-20 - Features - Access to environment via @(next :env) diff --git a/configure b/configure index 1c2ad994..2b012c43 100755 --- a/configure +++ b/configure @@ -343,7 +343,7 @@ fi # -txr_ver=042 +txr_ver=043 # # The all important banner. diff --git a/txr.1 b/txr.1 index 88b4cfee..960942d2 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 2011-11-20 "Utility Commands" "Txr Text Extractor" "Kaz Kylheku" +.TH "txr" 1 2011-11-23 "Utility Commands" "Txr Text Extractor" "Kaz Kylheku" .SH NAME -txr \- text extractor (version 042) +txr \- text extractor (version 043) .SH SYNOPSIS .B txr [ options ] query-file { data-file }* .sp diff --git a/txr.c b/txr.c index c8d7b5e9..ee40eb57 100644 --- a/txr.c +++ b/txr.c @@ -43,7 +43,7 @@ #include "debug.h" #include "txr.h" -const wchli_t *version = wli("042"); +const wchli_t *version = wli("043"); const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val spec_file_str; -- cgit v1.2.3