summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-02-05 22:17:21 +0100
committerKaz Kylheku <kaz@kylheku.com>2012-02-05 22:17:21 +0100
commit1426cd943a19e3a71c40364a4c7416a4a7ce29e8 (patch)
treee6e397e46d9aa24f154c6cb36a1788933d52f7c8 /txr.c
parenta51d9c18b071f7c3cb624771ecc21c3a9a464640 (diff)
downloadtxr-1426cd943a19e3a71c40364a4c7416a4a7ce29e8.tar.gz
txr-1426cd943a19e3a71c40364a4c7416a4a7ce29e8.tar.bz2
txr-1426cd943a19e3a71c40364a4c7416a4a7ce29e8.zip
Version 56
* 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 48755c32..fec9fa4a 100644
--- a/txr.c
+++ b/txr.c
@@ -43,7 +43,7 @@
#include "debug.h"
#include "txr.h"
-const wchli_t *version = wli("55");
+const wchli_t *version = wli("56");
const wchar_t *progname = L"txr";
const wchar_t *spec_file = L"stdin";
val spec_file_str;