summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-19 10:24:50 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-19 10:24:50 -0800
commitf5b18ec696f2c176a2f9f49a3c3a5e158291d00f (patch)
tree6474cb799e78df8dfe063cac06e6d32b5cde97c3 /txr.c
parent6fc929b1384a97dd7922af731667dd2539819a49 (diff)
downloadtxr-f5b18ec696f2c176a2f9f49a3c3a5e158291d00f.tar.gz
txr-f5b18ec696f2c176a2f9f49a3c3a5e158291d00f.tar.bz2
txr-f5b18ec696f2c176a2f9f49a3c3a5e158291d00f.zip
Version 024.txr-024
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 069059fd..7ce272d1 100644
--- a/txr.c
+++ b/txr.c
@@ -42,7 +42,7 @@
#include "utf8.h"
#include "txr.h"
-const wchar_t *version = L"023";
+const wchar_t *version = L"024";
const wchar_t *progname = L"txr";
const wchar_t *spec_file = L"stdin";
obj_t *spec_file_str;