summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-03 07:56:53 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-03 07:56:53 -0800
commite39f2236ea3f1b2b50bbed65ec33ad4f56f409cb (patch)
tree3dffdfa3f6fda78c37f48170f1f04a1c1cf989a4 /txr.c
parentca9d02bcb0db425218734d5434f124be7a66b3b3 (diff)
downloadtxr-e39f2236ea3f1b2b50bbed65ec33ad4f56f409cb.tar.gz
txr-e39f2236ea3f1b2b50bbed65ec33ad4f56f409cb.tar.bz2
txr-e39f2236ea3f1b2b50bbed65ec33ad4f56f409cb.zip
Version 019txr-019
Regexps can be bound to variables. New freeform directive.
Diffstat (limited to 'txr.c')
-rw-r--r--txr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.c b/txr.c
index 56032e6f..b2097b82 100644
--- a/txr.c
+++ b/txr.c
@@ -39,7 +39,7 @@
#include "match.h"
#include "txr.h"
-const char *version = "018";
+const char *version = "019";
const char *progname = "txr";
const char *spec_file = "stdin";
obj_t *spec_file_str;