summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-23 13:09:54 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-23 13:09:54 -0800
commitf7a72e6e10d5f69ff9bb55ebf480e99e65727e6e (patch)
tree24c9cf6dcec5d510c11608792291ad33f2b08550 /txr.c
parenta862a700c1e3e2149dc8102517cb7f6dc6097766 (diff)
downloadtxr-f7a72e6e10d5f69ff9bb55ebf480e99e65727e6e.tar.gz
txr-f7a72e6e10d5f69ff9bb55ebf480e99e65727e6e.tar.bz2
txr-f7a72e6e10d5f69ff9bb55ebf480e99e65727e6e.zip
Version 50txr-50
* 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 ce215322..97d8c194 100644
--- a/txr.c
+++ b/txr.c
@@ -43,7 +43,7 @@
#include "debug.h"
#include "txr.h"
-const wchli_t *version = wli("049");
+const wchli_t *version = wli("50");
const wchar_t *progname = L"txr";
const wchar_t *spec_file = L"stdin";
val spec_file_str;