summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-01 23:13:07 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-01 23:13:07 -0800
commit9d4afb2877a0ac7cfbdc7f467d9e4e9f7c8502f2 (patch)
tree74753a7db47a6522658cc6202f47cfb5a7e32c9f
parent914c6f2a179c9f8ed0718c8e8c4e237222f9089f (diff)
downloadtxr-9d4afb2877a0ac7cfbdc7f467d9e4e9f7c8502f2.tar.gz
txr-9d4afb2877a0ac7cfbdc7f467d9e4e9f7c8502f2.tar.bz2
txr-9d4afb2877a0ac7cfbdc7f467d9e4e9f7c8502f2.zip
Version 044txr-044
* txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOTES: Updated.
-rw-r--r--ChangeLog14
-rw-r--r--RELNOTES4
-rwxr-xr-xconfigure2
-rw-r--r--txr.14
-rw-r--r--txr.c2
5 files changed, 20 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e07cbc4..6e87ae90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2011-11-20 Kaz Kylheku <kaz@kylheku.com>
+
+ Version 044
+
+ * txr.c (version): Bumped.
+
+ * txr.1: Bumped version and set date.
+
+ * configure (txr_ver): Bumped.
+
+ * RELNOTES: Updated.
+
2011-12-01 Kaz Kylheku <kaz@kylheku.com>
* txr.1: Started Lisp documentation. Updated description of
@@ -409,7 +421,7 @@
* configure (txr_ver): Bumped.
- * RELNOES: Updated.
+ * RELNOTES: Updated.
2011-11-23 Kaz Kylheku <kaz@kylheku.com>
diff --git a/RELNOTES b/RELNOTES
index 31e1dfd1..f847332a 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,5 +1,5 @@
TXR 044
- 201?-??-??
+ 2012-12-01
Features
@@ -24,6 +24,8 @@
- Two-year-old bug in weak hash tables.
+
+
TXR 043
2011-11-23
diff --git a/configure b/configure
index 6255fc9a..027c15f7 100755
--- a/configure
+++ b/configure
@@ -349,7 +349,7 @@ fi
#
-txr_ver=043
+txr_ver=044
#
# The all important banner.
diff --git a/txr.1 b/txr.1
index 4d855da9..86877df4 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-11-23 "Utility Commands" "Txr Text Extractor" "Kaz Kylheku"
+.TH "txr" 1 2011-12-01 "Utility Commands" "Txr Text Extractor" "Kaz Kylheku"
.SH NAME
-txr \- text extractor (version 043)
+txr \- text extractor (version 044)
.SH SYNOPSIS
.B txr [ options ] query-file { data-file }*
.sp
diff --git a/txr.c b/txr.c
index ee40eb57..736e5dfc 100644
--- a/txr.c
+++ b/txr.c
@@ -43,7 +43,7 @@
#include "debug.h"
#include "txr.h"
-const wchli_t *version = wli("043");
+const wchli_t *version = wli("044");
const wchar_t *progname = L"txr";
const wchar_t *spec_file = L"stdin";
val spec_file_str;