summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-05-16 19:31:25 -0700
committerKaz Kylheku <kaz@kylheku.com>2013-05-16 19:31:25 -0700
commite17efbf807fc6092591d892f4463ae7c0d63d3a7 (patch)
treef97065dcc6f0e0c5e9494bd05db80c49cb56f8e1
parentb4efd6c6dc386de5ff9ce9f2c3fba251c34a232b (diff)
downloadtxr-e17efbf807fc6092591d892f4463ae7c0d63d3a7.tar.gz
txr-e17efbf807fc6092591d892f4463ae7c0d63d3a7.tar.bz2
txr-e17efbf807fc6092591d892f4463ae7c0d63d3a7.zip
Version 66.txr-66
-rw-r--r--ChangeLog12
-rw-r--r--RELNOTES2
-rwxr-xr-xconfigure2
-rw-r--r--txr.14
-rw-r--r--txr.c2
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 <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
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;