summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-02-28 14:30:13 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-02-28 14:30:13 -0800
commit8513e2e828aaefb9a5d0b7a5426ec433c2f69293 (patch)
tree8e2ab3c519ca2df7653731686563c47a9a9adc0a /txr.c
parent7ff528543a67f6d6949924344a50c8503ec5396e (diff)
downloadtxr-8513e2e828aaefb9a5d0b7a5426ec433c2f69293.tar.gz
txr-8513e2e828aaefb9a5d0b7a5426ec433c2f69293.tar.bz2
txr-8513e2e828aaefb9a5d0b7a5426ec433c2f69293.zip
Version 59txr-59
* 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 92893ebe..08e5acc8 100644
--- a/txr.c
+++ b/txr.c
@@ -43,7 +43,7 @@
#include "debug.h"
#include "txr.h"
-const wchli_t *version = wli("58");
+const wchli_t *version = wli("59");
const wchar_t *progname = L"txr";
const wchar_t *spec_file = L"stdin";