summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-01-26 20:46:50 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-01-26 20:46:50 -0800
commit7002405ab17218baa4e2366a47860a5770d18650 (patch)
treeb94af89ef4ebc5e3a98b5d612d484fa40afa1332 /txr.c
parentbefe64b826765e8f9e6834fb482c8bfbbf19b8a5 (diff)
downloadtxr-7002405ab17218baa4e2366a47860a5770d18650.tar.gz
txr-7002405ab17218baa4e2366a47860a5770d18650.tar.bz2
txr-7002405ab17218baa4e2366a47860a5770d18650.zip
Version 55txr-055
* 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 261dce87..48755c32 100644
--- a/txr.c
+++ b/txr.c
@@ -43,7 +43,7 @@
#include "debug.h"
#include "txr.h"
-const wchli_t *version = wli("54");
+const wchli_t *version = wli("55");
const wchar_t *progname = L"txr";
const wchar_t *spec_file = L"stdin";
val spec_file_str;