summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2010-01-25 14:41:12 -0800
committerKaz Kylheku <kaz@kylheku.com>2010-01-25 14:41:12 -0800
commitb457c5d18e108dedae3a521cf8d3058ee3f408e4 (patch)
treed100df559d7b8edb527524a212ebc2347633f1d8 /txr.c
parentaf6a7eea44adad42588b7a277b28f13a78693e8c (diff)
downloadtxr-b457c5d18e108dedae3a521cf8d3058ee3f408e4.tar.gz
txr-b457c5d18e108dedae3a521cf8d3058ee3f408e4.tar.bz2
txr-b457c5d18e108dedae3a521cf8d3058ee3f408e4.zip
Version 032.
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 d55b4f86..db3eb490 100644
--- a/txr.c
+++ b/txr.c
@@ -43,7 +43,7 @@
#include "utf8.h"
#include "txr.h"
-const wchar_t *version = L"031";
+const wchar_t *version = L"032";
const wchar_t *progname = L"txr";
const wchar_t *spec_file = L"stdin";
val spec_file_str;