diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-01-16 00:11:27 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-01-16 00:11:27 -0800 |
commit | 6a3afa9e22cd33e88f0b1527fcff06c6b42c355d (patch) | |
tree | 77c18249ca27da76c4648e0035c47418420b6406 /txr.c | |
parent | aba056045000ed165027829eef93d469cc04b35d (diff) | |
download | txr-6a3afa9e22cd33e88f0b1527fcff06c6b42c355d.tar.gz txr-6a3afa9e22cd33e88f0b1527fcff06c6b42c355d.tar.bz2 txr-6a3afa9e22cd33e88f0b1527fcff06c6b42c355d.zip |
Version 75.txr-75
Diffstat (limited to 'txr.c')
-rw-r--r-- | txr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ #include "syslog.h" #include "txr.h" -const wchli_t *version = wli("74"); +const wchli_t *version = wli("75"); const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val self_path; |