diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2013-10-23 08:42:45 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2013-10-23 08:42:45 -0700 |
commit | 81ea9468a992556b21d8cb65e6407dca9dbbfe7f (patch) | |
tree | ae5126022660a6dff403285093320a0ebde35b1c /txr.c | |
parent | 1ee6aaab0b0bf42576b5c7951805e05e695a7148 (diff) | |
download | txr-81ea9468a992556b21d8cb65e6407dca9dbbfe7f.tar.gz txr-81ea9468a992556b21d8cb65e6407dca9dbbfe7f.tar.bz2 txr-81ea9468a992556b21d8cb65e6407dca9dbbfe7f.zip |
Version 69.txr-69
Diffstat (limited to 'txr.c')
-rw-r--r-- | txr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ #include "debug.h" #include "txr.h" -const wchli_t *version = wli("68"); +const wchli_t *version = wli("69"); const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val self_path; |