summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-01-13 08:49:17 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-01-13 08:49:17 -0800
commitef04dd4101f7aa6af724466d1ded707861d2a57d (patch)
tree0aea82df72f7e5a595423cd46ef1dbc24097dfdd /txr.c
parent034dbf2c965201eccab6a66c8a83fcd7a7c435b6 (diff)
downloadtxr-ef04dd4101f7aa6af724466d1ded707861d2a57d.tar.gz
txr-ef04dd4101f7aa6af724466d1ded707861d2a57d.tar.bz2
txr-ef04dd4101f7aa6af724466d1ded707861d2a57d.zip
Version 74txr-74
* 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 6ad49e1d..1ec16ec6 100644
--- a/txr.c
+++ b/txr.c
@@ -46,7 +46,7 @@
#include "syslog.h"
#include "txr.h"
-const wchli_t *version = wli("73");
+const wchli_t *version = wli("74");
const wchar_t *progname = L"txr";
const wchar_t *spec_file = L"stdin";
val self_path;