diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-17 12:13:53 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-17 12:13:53 -0800 |
commit | 07e0c300bc1a4c310080d0b2c21fdc863778115e (patch) | |
tree | 48a6d004e293f770097ddda7f5cf7659ffe0c105 /txr.c | |
parent | bfd78e3252e56c8dcad084144fe7f2ae62561acd (diff) | |
download | txr-07e0c300bc1a4c310080d0b2c21fdc863778115e.tar.gz txr-07e0c300bc1a4c310080d0b2c21fdc863778115e.tar.bz2 txr-07e0c300bc1a4c310080d0b2c21fdc863778115e.zip |
Version 022.txr-022
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"021"; +const wchar_t *version = L"022"; const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; obj_t *spec_file_str; |