diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2010-01-19 15:48:33 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2010-01-19 15:48:33 -0800 |
commit | 11eb8bf1fe4212accdcdd821d15dca25fcb51064 (patch) | |
tree | 30e0c04cee638b8a824e48eaba1a520a4521c2b8 /txr.c | |
parent | 7c6391bb10adc88d156ec88148184bc3eb8681ce (diff) | |
download | txr-11eb8bf1fe4212accdcdd821d15dca25fcb51064.tar.gz txr-11eb8bf1fe4212accdcdd821d15dca25fcb51064.tar.bz2 txr-11eb8bf1fe4212accdcdd821d15dca25fcb51064.zip |
Version 030.txr-030
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"029"; +const wchar_t *version = L"030"; const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val spec_file_str; |