summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-04-06 07:44:08 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-04-06 07:44:08 -0700
commit10d60eea8cf8c3b60d9df1d2fc7621833a2ee79c (patch)
tree80615f45fd863ebc8e91e84d5f2c8aad8c30dd10 /txr.c
parent19a11d78a13abc16728be3ae9c7eb9085e09da8c (diff)
downloadtxr-10d60eea8cf8c3b60d9df1d2fc7621833a2ee79c.tar.gz
txr-10d60eea8cf8c3b60d9df1d2fc7621833a2ee79c.tar.bz2
txr-10d60eea8cf8c3b60d9df1d2fc7621833a2ee79c.zip
Version 64txr-64
* 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 519ca1fd..d07b98a6 100644
--- a/txr.c
+++ b/txr.c
@@ -43,7 +43,7 @@
#include "debug.h"
#include "txr.h"
-const wchli_t *version = wli("63");
+const wchli_t *version = wli("64");
const wchar_t *progname = L"txr";
const wchar_t *spec_file = L"stdin";