diff options
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | RELNOTES | 2 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | txr.1 | 4 | ||||
-rw-r--r-- | txr.c | 2 |
5 files changed, 17 insertions, 5 deletions
@@ -1,3 +1,15 @@ +2013-05-16 Kaz Kylheku <kaz@kylheku.com> + + Version 66 + + * txr.c (version): Bumped. + + * txr.1: Bumped version and set date. + + * configure (txr_ver): Bumped. + + * RELNOTES: Updated. + 2013-05-15 Kaz Kylheku <kaz@kylheku.com> * eval.c (eval_init): New intrinsics, time-string-local and @@ -1,5 +1,5 @@ TXR 66 - 2013-05-xx + 2013-05-16 Features @@ -380,7 +380,7 @@ fi # -txr_ver=65 +txr_ver=66 # # The all important banner. @@ -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 @@ -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; |