diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-30 15:50:00 -0400 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-30 15:50:00 -0400 |
commit | d57c2539d8ce40af46050cc16a90165087b9f349 (patch) | |
tree | 55caeb8b7a5dd1bab7f52ca51c26986355d72051 /txr.c | |
parent | b9caf255a5beb1b5fb339ffd03e9e5c77bb8be40 (diff) | |
download | txr-d57c2539d8ce40af46050cc16a90165087b9f349.tar.gz txr-d57c2539d8ce40af46050cc16a90165087b9f349.tar.bz2 txr-d57c2539d8ce40af46050cc16a90165087b9f349.zip |
Version 041txr-041
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("040"); +const wchli_t *version = wli("041"); const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val spec_file_str; |