diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-20 13:44:49 -0400 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-20 13:44:49 -0400 |
commit | 23fd309975d53460ec46e69dc150a79db8a15b42 (patch) | |
tree | 500fddc49afd1a275b083458411b5bb968bdc29e /txr.c | |
parent | 2645a50a726d7925e0a144a40729f1da13a66934 (diff) | |
download | txr-23fd309975d53460ec46e69dc150a79db8a15b42.tar.gz txr-23fd309975d53460ec46e69dc150a79db8a15b42.tar.bz2 txr-23fd309975d53460ec46e69dc150a79db8a15b42.zip |
Version 040txr-040
Diffstat (limited to 'txr.c')
-rw-r--r-- | txr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ #include "utf8.h" #include "txr.h" -const wchli_t *version = wli("039"); +const wchli_t *version = wli("040"); const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val spec_file_str; |