summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-09-22 15:01:13 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-09-22 15:01:13 -0700
commit5d5c542486bb41fbaeeecfc1f8b476038222edab (patch)
tree7279650135f0cc98ca73a6952a49400ca2b5cdf5
parent24d450b011d80df3d57bbf47731d1fbfa15043dd (diff)
downloadtxr-5d5c542486bb41fbaeeecfc1f8b476038222edab.tar.gz
txr-5d5c542486bb41fbaeeecfc1f8b476038222edab.tar.bz2
txr-5d5c542486bb41fbaeeecfc1f8b476038222edab.zip
Version 036.txr-036
-rw-r--r--ChangeLog12
-rwxr-xr-xconfigure2
-rw-r--r--txr.12
-rw-r--r--txr.c2
4 files changed, 15 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 57923b2d..8686ce13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2011-09-22 Kaz Kylheku <kaz@kylheku.com>
+ Version 036
+
+ Extension to @(skip).
+
+ * txr.c (version): Bumped to 036.
+
+ * txr.1: Set version to 036.
+
+ * configure: Bumped txr_ver to 036.
+
+2011-09-22 Kaz Kylheku <kaz@kylheku.com>
+
Useful second argument in skip directive for skipping
a minimum number of lines.
diff --git a/configure b/configure
index cfe88602..0de846a9 100755
--- a/configure
+++ b/configure
@@ -323,7 +323,7 @@ fi
#
-txr_ver=035
+txr_ver=036
#
# The all important banner.
diff --git a/txr.1 b/txr.1
index 382e3840..57f5f947 100644
--- a/txr.1
+++ b/txr.1
@@ -23,7 +23,7 @@
.TH "txr" 1 2010-10-05 "Utility Commands" "Txr Text Extractor" "Kaz Kylheku"
.SH NAME
-txr \- text extractor (version 035)
+txr \- text extractor (version 036)
.SH SYNOPSIS
.B txr [ options ] query-file { data-file }*
.sp
diff --git a/txr.c b/txr.c
index cd9dd6cb..dd890421 100644
--- a/txr.c
+++ b/txr.c
@@ -43,7 +43,7 @@
#include "utf8.h"
#include "txr.h"
-const wchar_t *version = L"035";
+const wchar_t *version = L"036";
const wchar_t *progname = L"txr";
const wchar_t *spec_file = L"stdin";
val spec_file_str;