summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-17 22:00:55 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-17 22:00:55 -0800
commitccede3ad2a306c68861e8483a647e78f7ee54fbe (patch)
tree4ec929b5681759e5a885da3cad20b88f2bf80b00 /txr.c
parentdffbb98d4b2166db150c95d2d94a35a65d61b20d (diff)
downloadtxr-ccede3ad2a306c68861e8483a647e78f7ee54fbe.tar.gz
txr-ccede3ad2a306c68861e8483a647e78f7ee54fbe.tar.bz2
txr-ccede3ad2a306c68861e8483a647e78f7ee54fbe.zip
Version 80txr-80
* txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOTES, txr.vim, dep.mk: 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 79a39065..8b746f00 100644
--- a/txr.c
+++ b/txr.c
@@ -47,7 +47,7 @@
#include "eval.h"
#include "txr.h"
-const wchli_t *version = wli("79");
+const wchli_t *version = wli("80");
const wchar_t *progname = L"txr";
val self_path;