diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2010-02-28 20:50:29 +0900 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2010-02-28 20:50:29 +0900 |
commit | b0343914541131ecb7e4a47d685161ffbf79e05f (patch) | |
tree | 5495a148f5710c2b5b31c30ab47ce3192bed0275 /txr.c | |
parent | 96ca673ca06e3e6308fa6e6d185e04f5bcd11b72 (diff) | |
download | txr-b0343914541131ecb7e4a47d685161ffbf79e05f.tar.gz txr-b0343914541131ecb7e4a47d685161ffbf79e05f.tar.bz2 txr-b0343914541131ecb7e4a47d685161ffbf79e05f.zip |
Version 034.txr-034
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"033"; +const wchar_t *version = L"034"; const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val spec_file_str; |