diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-01-26 20:46:50 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-01-26 20:46:50 -0800 |
commit | 7002405ab17218baa4e2366a47860a5770d18650 (patch) | |
tree | b94af89ef4ebc5e3a98b5d612d484fa40afa1332 /txr.c | |
parent | befe64b826765e8f9e6834fb482c8bfbbf19b8a5 (diff) | |
download | txr-7002405ab17218baa4e2366a47860a5770d18650.tar.gz txr-7002405ab17218baa4e2366a47860a5770d18650.tar.bz2 txr-7002405ab17218baa4e2366a47860a5770d18650.zip |
Version 55txr-055
* txr.c (version): Bumped.
* txr.1: Bumped version and set date.
* configure (txr_ver): Bumped.
* RELNOTES: Updated.
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("54"); +const wchli_t *version = wli("55"); const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val spec_file_str; |