summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-28 19:29:54 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-28 19:29:54 -0800
commitaa28d1a3c711ccbe40be1a702b41c0f5c6519084 (patch)
tree2726ef94c221b955a5a0017b0ec2bb740819e0d6 /txr.c
parent650df3f6943c267b36f8b75313c0a1319beb8504 (diff)
downloadtxr-aa28d1a3c711ccbe40be1a702b41c0f5c6519084.tar.gz
txr-aa28d1a3c711ccbe40be1a702b41c0f5c6519084.tar.bz2
txr-aa28d1a3c711ccbe40be1a702b41c0f5c6519084.zip
Version 51txr-51
* 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 97d8c194..b3f0f55e 100644
--- a/txr.c
+++ b/txr.c
@@ -43,7 +43,7 @@
#include "debug.h"
#include "txr.h"
-const wchli_t *version = wli("50");
+const wchli_t *version = wli("51");
const wchar_t *progname = L"txr";
const wchar_t *spec_file = L"stdin";
val spec_file_str;