summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-10-30 14:23:43 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-10-30 14:23:43 -0800
commita4054e21a03f6c388aa7c8ff79eefc8f36bd3f76 (patch)
tree78480e7e9042070ea95a545efdded2f59fa2abe7 /txr.c
parent0bf28ecd2bf99a65d6284b6bc00dc15ca01b93b2 (diff)
downloadtxr-a4054e21a03f6c388aa7c8ff79eefc8f36bd3f76.tar.gz
txr-a4054e21a03f6c388aa7c8ff79eefc8f36bd3f76.tar.bz2
txr-a4054e21a03f6c388aa7c8ff79eefc8f36bd3f76.zip
Starting txr git.graftedtxr-018
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 702a182e..e12c42bf 100644
--- a/txr.c
+++ b/txr.c
@@ -39,7 +39,7 @@
#include "match.h"
#include "txr.h"
-const char *version = "017";
+const char *version = "018";
const char *progname = "txr";
const char *spec_file = "stdin";
obj_t *spec_file_str;