diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-05 09:21:14 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-05 09:21:14 -0800 |
commit | b5ed6a353fe06cd001005a6c42a85f9abb47f756 (patch) | |
tree | 9589b9254a7123a174f8980b266c90a22ab36eeb /txr.c | |
parent | 601a5312b0b65e519584888a0f861190959516d3 (diff) | |
download | txr-b5ed6a353fe06cd001005a6c42a85f9abb47f756.tar.gz txr-b5ed6a353fe06cd001005a6c42a85f9abb47f756.tar.bz2 txr-b5ed6a353fe06cd001005a6c42a85f9abb47f756.zip |
Version 045txr-045
* 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("044"); +const wchli_t *version = wli("045"); const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val spec_file_str; |