diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-10 08:54:49 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-10 08:54:49 -0700 |
commit | 76fd394d4f7667f054138bd4f994a96d60933436 (patch) | |
tree | 159b1f5e676367cc11c434fbc99e2442d4d5b88a /txr.c | |
parent | 41b7cf934f8af2a9fb622790bd28e2e8742ba380 (diff) | |
download | txr-76fd394d4f7667f054138bd4f994a96d60933436.tar.gz txr-76fd394d4f7667f054138bd4f994a96d60933436.tar.bz2 txr-76fd394d4f7667f054138bd4f994a96d60933436.zip |
Version 039txr-039
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("038"); +const wchli_t *version = wli("039"); const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val spec_file_str; |