diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-09-22 15:01:13 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-09-22 15:01:13 -0700 |
commit | 5d5c542486bb41fbaeeecfc1f8b476038222edab (patch) | |
tree | 7279650135f0cc98ca73a6952a49400ca2b5cdf5 /txr.c | |
parent | 24d450b011d80df3d57bbf47731d1fbfa15043dd (diff) | |
download | txr-5d5c542486bb41fbaeeecfc1f8b476038222edab.tar.gz txr-5d5c542486bb41fbaeeecfc1f8b476038222edab.tar.bz2 txr-5d5c542486bb41fbaeeecfc1f8b476038222edab.zip |
Version 036.txr-036
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 wchar_t *version = L"035"; +const wchar_t *version = L"036"; const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val spec_file_str; |