summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-12-07 20:10:26 -0800
committerKaz Kylheku <kaz@kylheku.com>2013-12-07 20:10:26 -0800
commit5114624a14456ae20dc8c57f9ac8ed0a5a0661f4 (patch)
tree656f054a0f8897c0d74830703d5c3bba04840bb1 /txr.c
parent56f9944a1c2b84deb555c41a5edb287c0e6f419f (diff)
downloadtxr-5114624a14456ae20dc8c57f9ac8ed0a5a0661f4.tar.gz
txr-5114624a14456ae20dc8c57f9ac8ed0a5a0661f4.tar.bz2
txr-5114624a14456ae20dc8c57f9ac8ed0a5a0661f4.zip
Version 71txr-71
* txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOTES: Updated.
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 bcf85f9d..d614a5de 100644
--- a/txr.c
+++ b/txr.c
@@ -43,7 +43,7 @@
#include "debug.h"
#include "txr.h"
-const wchli_t *version = wli("70");
+const wchli_t *version = wli("71");
const wchar_t *progname = L"txr";
const wchar_t *spec_file = L"stdin";
val self_path;