diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2013-12-17 07:44:05 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2013-12-17 07:44:05 -0800 |
commit | 0231fc1659ea0a75e058b38c3085d7631162f1b1 (patch) | |
tree | ca3007cf8a576ed058914a8dce6ce99f1997931a /txr.c | |
parent | ad61d6202ad62eba4fd3c97ccba74e26c0cb5ac7 (diff) | |
download | txr-0231fc1659ea0a75e058b38c3085d7631162f1b1.tar.gz txr-0231fc1659ea0a75e058b38c3085d7631162f1b1.tar.bz2 txr-0231fc1659ea0a75e058b38c3085d7631162f1b1.zip |
Version 72txr-72
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("71"); +const wchli_t *version = wli("72"); const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val self_path; |