diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-18 08:22:42 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-18 08:22:42 -0800 |
commit | a8aa4cfd18220daf169d80705eef13df9cb31747 (patch) | |
tree | 1a1a559b8cf0653479fe8c8079090aef2d0ea05d /txr.c | |
parent | 441f524c0733208c22dd5c38091070abd4063ae6 (diff) | |
download | txr-a8aa4cfd18220daf169d80705eef13df9cb31747.tar.gz txr-a8aa4cfd18220daf169d80705eef13df9cb31747.tar.bz2 txr-a8aa4cfd18220daf169d80705eef13df9cb31747.zip |
Version 023.
Diffstat (limited to 'txr.c')
-rw-r--r-- | txr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ #include "utf8.h" #include "txr.h" -const wchar_t *version = L"022"; +const wchar_t *version = L"023"; const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; obj_t *spec_file_str; |