summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-04-20 09:51:20 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-04-20 09:51:20 -0700
commit6631b687b9761613aee2c07b4ce0c310ff718a70 (patch)
treedb5f835c33afb9f4b02297c3d72bf9ef3b09703d /txr.c
parent0c52734b814927c3ec00ea6b9336dac0cdc9a8c0 (diff)
downloadtxr-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.c b/txr.c
index 80b93836..4d7eee5e 100644
--- a/txr.c
+++ b/txr.c
@@ -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;