From bdb1339f8b042fdf752f3c5503371c42512d223e Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 15 Mar 2012 22:46:47 -0700 Subject: Version 61 * txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * eval.c (op_modplace): Fix warning about uninitialized variable. No bug. * filter.c: gcc compilation regresion: missing breaks inclusion of "stream.h" header. Strangely, didn't show up when configured for compiling with g++ on Ubuntu. * match.c (match_filter): Fixed ununsed variable warning. * txr.vim: Bunch of missing keywords added. * dep.mk: Regenerated. --- txr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'txr.c') diff --git a/txr.c b/txr.c index 89023268..fa22520d 100644 --- a/txr.c +++ b/txr.c @@ -43,7 +43,7 @@ #include "debug.h" #include "txr.h" -const wchli_t *version = wli("60"); +const wchli_t *version = wli("61"); const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; -- cgit v1.2.3