diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-19 12:12:52 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-19 12:12:52 -0800 |
commit | 48f35a0c700900915d9e9701277786bd358a767a (patch) | |
tree | 47e0f224e63b94a37e12be444102e49193963b90 /txr.c | |
parent | 6ba63a4919af92166391aa6fb5d8a55e8a537c92 (diff) | |
download | txr-48f35a0c700900915d9e9701277786bd358a767a.tar.gz txr-48f35a0c700900915d9e9701277786bd358a767a.tar.bz2 txr-48f35a0c700900915d9e9701277786bd358a767a.zip |
Version 049txr-049
* 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("048"); +const wchli_t *version = wli("049"); const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val spec_file_str; |