From b0343914541131ecb7e4a47d685161ffbf79e05f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 28 Feb 2010 20:50:29 +0900 Subject: Version 034. --- ChangeLog | 12 ++++++++++++ configure | 2 +- txr.1 | 4 ++-- txr.c | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4251cb31..779837b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2010-01-26 Kaz Kylheku + + Version 034 + + Patched up broken @(freeform) directive. + + * txr.c (version): Bumped to 034. + + * txr.1: Set version to 034. + + * configure: Bumped txr_ver to 034. + 2010-02-28 Kaz Kylheku New testcases for freeform. diff --git a/configure b/configure index 9de88aa1..a9e92809 100755 --- a/configure +++ b/configure @@ -323,7 +323,7 @@ fi # -txr_ver=033 +txr_ver=034 # # The all important banner. diff --git a/txr.1 b/txr.1 index c0937cc8..705f98bc 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 2010-01-26 "Utility Commands" "Txr Text Extractor" "Kaz Kylheku" +.TH "txr" 1 2010-02-28 "Utility Commands" "Txr Text Extractor" "Kaz Kylheku" .SH NAME -txr \- text extractor (version 033) +txr \- text extractor (version 034) .SH SYNOPSIS .B txr [ options ] query-file { data-file }* .sp diff --git a/txr.c b/txr.c index 3fa22abd..10e9e049 100644 --- a/txr.c +++ b/txr.c @@ -43,7 +43,7 @@ #include "utf8.h" #include "txr.h" -const wchar_t *version = L"033"; +const wchar_t *version = L"034"; const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val spec_file_str; -- cgit v1.2.3