diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2013-05-16 19:31:25 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2013-05-16 19:31:25 -0700 |
commit | e17efbf807fc6092591d892f4463ae7c0d63d3a7 (patch) | |
tree | f97065dcc6f0e0c5e9494bd05db80c49cb56f8e1 /txr.c | |
parent | b4efd6c6dc386de5ff9ce9f2c3fba251c34a232b (diff) | |
download | txr-e17efbf807fc6092591d892f4463ae7c0d63d3a7.tar.gz txr-e17efbf807fc6092591d892f4463ae7c0d63d3a7.tar.bz2 txr-e17efbf807fc6092591d892f4463ae7c0d63d3a7.zip |
Version 66.txr-66
Diffstat (limited to 'txr.c')
-rw-r--r-- | txr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ #include "debug.h" #include "txr.h" -const wchli_t *version = wli("65"); +const wchli_t *version = wli("66"); const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val self_path; |