summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-30 13:47:55 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-03-30 13:47:55 -0700
commit0e42089c32336d536e886072966d795df14b6700 (patch)
tree24db1b4c18fcb580632608ed5e2b4d7d082dfebf /txr.c
parent4eb00c73e67e8e41eaa3b6f1a1fb5b6ba542b0f5 (diff)
downloadtxr-0e42089c32336d536e886072966d795df14b6700.tar.gz
txr-0e42089c32336d536e886072966d795df14b6700.tar.bz2
txr-0e42089c32336d536e886072966d795df14b6700.zip
Version 63txr-63
* 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 4ea3adf8..519ca1fd 100644
--- a/txr.c
+++ b/txr.c
@@ -43,7 +43,7 @@
#include "debug.h"
#include "txr.h"
-const wchli_t *version = wli("62");
+const wchli_t *version = wli("63");
const wchar_t *progname = L"txr";
const wchar_t *spec_file = L"stdin";