From b8e732a4094e285d6d178db79ced226816a4f3f1 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 23 Mar 2012 14:28:36 -0700 Subject: Version 62 * txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. --- ChangeLog | 10 ++++++++++ configure | 2 +- txr.1 | 4 ++-- txr.c | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 368f5f68..3c24cd8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2012-03-23 Kaz Kylheku + + Version 62 + + * txr.c (version): Bumped. + + * txr.1: Bumped version and set date. + + * configure (txr_ver): Bumped. + 2012-03-23 Kaz Kylheku * RELNOTES: Updated. diff --git a/configure b/configure index 76c47d47..2f1d9f4c 100755 --- a/configure +++ b/configure @@ -357,7 +357,7 @@ fi # -txr_ver=61 +txr_ver=62 # # The all important banner. diff --git a/txr.1 b/txr.1 index 05608472..6bf7fcbf 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 2012-03-15 "Utility Commands" "Txr Text Processing Language" "Kaz Kylheku" +.TH "TXR" 1 2012-03-23 "Utility Commands" "Txr Text Processing Language" "Kaz Kylheku" .SH NAME -txr \- text processing language (version 61) +txr \- text processing language (version 62) .SH SYNOPSIS .B txr [ options ] query-file { data-file }* .sp diff --git a/txr.c b/txr.c index fa22520d..4ea3adf8 100644 --- a/txr.c +++ b/txr.c @@ -43,7 +43,7 @@ #include "debug.h" #include "txr.h" -const wchli_t *version = wli("61"); +const wchli_t *version = wli("62"); const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; -- cgit v1.2.3