diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-02-28 14:30:13 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-02-28 14:30:13 -0800 |
commit | 8513e2e828aaefb9a5d0b7a5426ec433c2f69293 (patch) | |
tree | 8e2ab3c519ca2df7653731686563c47a9a9adc0a /txr.c | |
parent | 7ff528543a67f6d6949924344a50c8503ec5396e (diff) | |
download | txr-8513e2e828aaefb9a5d0b7a5426ec433c2f69293.tar.gz txr-8513e2e828aaefb9a5d0b7a5426ec433c2f69293.tar.bz2 txr-8513e2e828aaefb9a5d0b7a5426ec433c2f69293.zip |
Version 59txr-59
* 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("58"); +const wchli_t *version = wli("59"); const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; |