summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-11-20 18:27:19 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-11-20 18:27:19 -0800
commit6926a3b2192492e9476ba8979e19f6806115a579 (patch)
tree9ded9f73d17af1b384b01c58565a0161bbebd817
parentb54a082a15e8f5218dcc43b2cf9a3bdd61c01908 (diff)
downloadtxr-6926a3b2192492e9476ba8979e19f6806115a579.tar.gz
txr-6926a3b2192492e9476ba8979e19f6806115a579.tar.bz2
txr-6926a3b2192492e9476ba8979e19f6806115a579.zip
Version 042
* txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped.
-rw-r--r--ChangeLog10
-rwxr-xr-xconfigure2
-rw-r--r--txr.14
-rw-r--r--txr.c2
4 files changed, 14 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 49a83adf..8049ea09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2011-11-20 Kaz Kylheku <kaz@kylheku.com>
+ Version 042
+
+ * txr.c (version): Bumped.
+
+ * txr.1: Bumped version and set date.
+
+ * configure (txr_ver): Bumped.
+
+2011-11-20 Kaz Kylheku <kaz@kylheku.com>
+
* parser.y (char_from_name): const on wchar_t *.
2011-11-20 Kaz Kylheku <kaz@kylheku.com>
diff --git a/configure b/configure
index d8594f8e..405e6499 100755
--- a/configure
+++ b/configure
@@ -343,7 +343,7 @@ fi
#
-txr_ver=041
+txr_ver=042
#
# The all important banner.
diff --git a/txr.1 b/txr.1
index 0953dfef..a6dcfc1b 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-10-30 "Utility Commands" "Txr Text Extractor" "Kaz Kylheku"
+.TH "txr" 1 2011-11-20 "Utility Commands" "Txr Text Extractor" "Kaz Kylheku"
.SH NAME
-txr \- text extractor (version 041)
+txr \- text extractor (version 042)
.SH SYNOPSIS
.B txr [ options ] query-file { data-file }*
.sp
diff --git a/txr.c b/txr.c
index 7a611432..66ee31ac 100644
--- a/txr.c
+++ b/txr.c
@@ -43,7 +43,7 @@
#include "debug.h"
#include "txr.h"
-const wchli_t *version = wli("041");
+const wchli_t *version = wli("042");
const wchar_t *progname = L"txr";
const wchar_t *spec_file = L"stdin";
val spec_file_str;