diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-11-20 18:27:19 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-11-20 18:27:19 -0800 |
commit | 6926a3b2192492e9476ba8979e19f6806115a579 (patch) | |
tree | 9ded9f73d17af1b384b01c58565a0161bbebd817 /txr.c | |
parent | b54a082a15e8f5218dcc43b2cf9a3bdd61c01908 (diff) | |
download | txr-6926a3b2192492e9476ba8979e19f6806115a579.tar.gz txr-6926a3b2192492e9476ba8979e19f6806115a579.tar.bz2 txr-6926a3b2192492e9476ba8979e19f6806115a579.zip |
Version 042
* txr.c (version): Bumped.
* txr.1: Bumped version and set date.
* configure (txr_ver): Bumped.
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("041"); +const wchli_t *version = wli("042"); const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val spec_file_str; |