From af6a7eea44adad42588b7a277b28f13a78693e8c Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 25 Jan 2010 11:46:00 -0800 Subject: Version 031. --- txr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'txr.c') diff --git a/txr.c b/txr.c index ff11841c..d55b4f86 100644 --- a/txr.c +++ b/txr.c @@ -43,7 +43,7 @@ #include "utf8.h" #include "txr.h" -const wchar_t *version = L"030"; +const wchar_t *version = L"031"; const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val spec_file_str; -- cgit v1.2.3 From b457c5d18e108dedae3a521cf8d3058ee3f408e4 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 25 Jan 2010 14:41:12 -0800 Subject: Version 032. --- txr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'txr.c') 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; -- cgit v1.2.3