summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-11-23 13:48:28 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-11-23 13:48:28 -0800
commit018d7b2e1e18436e559bf15b0839a7236b6ff975 (patch)
tree9a009f66a5e352e2a35427cb91b34aa5fcb8eb93 /txr.c
parent73126c7aff72a9eb688e29ea557780c4d9ba5f47 (diff)
downloadtxr-018d7b2e1e18436e559bf15b0839a7236b6ff975.tar.gz
txr-018d7b2e1e18436e559bf15b0839a7236b6ff975.tar.bz2
txr-018d7b2e1e18436e559bf15b0839a7236b6ff975.zip
Version 043txr-043
* txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOES: 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 c8d7b5e9..ee40eb57 100644
--- a/txr.c
+++ b/txr.c
@@ -43,7 +43,7 @@
#include "debug.h"
#include "txr.h"
-const wchli_t *version = wli("042");
+const wchli_t *version = wli("043");
const wchar_t *progname = L"txr";
const wchar_t *spec_file = L"stdin";
val spec_file_str;