diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-26 19:43:27 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-26 19:43:27 -0800 |
commit | 4caa11cb81fd758dc378ea3537252f7886bb5e22 (patch) | |
tree | 3208feb53b90086983413df281bf287ebb6b0054 /txr.c | |
parent | f792d440e23879510ea29f4dbf935ab9509ecea5 (diff) | |
download | txr-4caa11cb81fd758dc378ea3537252f7886bb5e22.tar.gz txr-4caa11cb81fd758dc378ea3537252f7886bb5e22.tar.bz2 txr-4caa11cb81fd758dc378ea3537252f7886bb5e22.zip |
Version 026.txr-026
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"025"; +const wchar_t *version = L"026"; const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val spec_file_str; |