From e17efbf807fc6092591d892f4463ae7c0d63d3a7 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 16 May 2013 19:31:25 -0700 Subject: Version 66. --- ChangeLog | 12 ++++++++++++ RELNOTES | 2 +- configure | 2 +- txr.1 | 4 ++-- txr.c | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 39e252dc..a84ea302 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2013-05-16 Kaz Kylheku + + Version 66 + + * txr.c (version): Bumped. + + * txr.1: Bumped version and set date. + + * configure (txr_ver): Bumped. + + * RELNOTES: Updated. + 2013-05-15 Kaz Kylheku * eval.c (eval_init): New intrinsics, time-string-local and diff --git a/RELNOTES b/RELNOTES index 13c1a0e9..b91699c6 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,5 +1,5 @@ TXR 66 - 2013-05-xx + 2013-05-16 Features diff --git a/configure b/configure index 786ff655..5e7cd866 100755 --- a/configure +++ b/configure @@ -380,7 +380,7 @@ fi # -txr_ver=65 +txr_ver=66 # # The all important banner. diff --git a/txr.1 b/txr.1 index 31e408cd..82a6bafb 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-04-20 "Utility Commands" "Txr Text Processing Language" "Kaz Kylheku" +.TH "TXR" 1 2012-05-16 "Utility Commands" "Txr Text Processing Language" "Kaz Kylheku" .SH NAME -txr \- text processing language (version 65) +txr \- text processing language (version 66) .SH SYNOPSIS .B txr [ options ] query-file { data-file }* .sp diff --git a/txr.c b/txr.c index 4d7eee5e..7f5a1bff 100644 --- a/txr.c +++ b/txr.c @@ -43,7 +43,7 @@ #include "debug.h" #include "txr.h" -const wchli_t *version = wli("65"); +const wchli_t *version = wli("66"); const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val self_path; -- cgit v1.2.3