summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-23 14:28:36 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-03-23 14:28:36 -0700
commitb8e732a4094e285d6d178db79ced226816a4f3f1 (patch)
tree47eb488507929ffc228fc63a78c91915a186d636 /txr.c
parentcf4a3935e1614a0428851ad4392340b738e16e2b (diff)
downloadtxr-b8e732a4094e285d6d178db79ced226816a4f3f1.tar.gz
txr-b8e732a4094e285d6d178db79ced226816a4f3f1.tar.bz2
txr-b8e732a4094e285d6d178db79ced226816a4f3f1.zip
Version 62txr-62
* txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped.
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 fa22520d..4ea3adf8 100644
--- a/txr.c
+++ b/txr.c
@@ -43,7 +43,7 @@
#include "debug.h"
#include "txr.h"
-const wchli_t *version = wli("61");
+const wchli_t *version = wli("62");
const wchar_t *progname = L"txr";
const wchar_t *spec_file = L"stdin";