diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-04-20 09:51:20 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-04-20 09:51:20 -0700 |
commit | 6631b687b9761613aee2c07b4ce0c310ff718a70 (patch) | |
tree | db5f835c33afb9f4b02297c3d72bf9ef3b09703d /txr.c | |
parent | 0c52734b814927c3ec00ea6b9336dac0cdc9a8c0 (diff) | |
download | txr-6631b687b9761613aee2c07b4ce0c310ff718a70.tar.gz txr-6631b687b9761613aee2c07b4ce0c310ff718a70.tar.bz2 txr-6631b687b9761613aee2c07b4ce0c310ff718a70.zip |
Version 65txr-65
* 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("64"); +const wchli_t *version = wli("65"); const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val self_path; |