summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-01-11 19:36:27 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-01-11 19:36:27 -0800
commit989f550a28fb8ac7164da38018ca43b542d1a086 (patch)
treebc70b7464dc2620b0be96266cbfc16564f7175e9 /txr.c
parentb765dfd93a0499de9781ff50efdc989cf06bba03 (diff)
downloadtxr-989f550a28fb8ac7164da38018ca43b542d1a086.tar.gz
txr-989f550a28fb8ac7164da38018ca43b542d1a086.tar.bz2
txr-989f550a28fb8ac7164da38018ca43b542d1a086.zip
Version 53
* 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 b3f0f55e..55bf811f 100644
--- a/txr.c
+++ b/txr.c
@@ -43,7 +43,7 @@
#include "debug.h"
#include "txr.h"
-const wchli_t *version = wli("51");
+const wchli_t *version = wli("53");
const wchar_t *progname = L"txr";
const wchar_t *spec_file = L"stdin";
val spec_file_str;