From 706bb744d7ca1a090fd06fb75c8f3af5732eb368 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 9 Nov 2009 02:14:38 +0200 Subject: Raise version number to 1.3.1. * configure.ac, NEWS: Raise patchlevel number. * Makefile.am (alpha, alphacheck): New rules. --- Makefile.am | 6 ++++++ NEWS | 8 +++++++- configure.ac | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9c99ca0..ce5ccbb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,3 +55,9 @@ ChangeLog: rm -f $(changelog_dir)/ChangeLog; \ mv $(changelog_dir)/cl-t $(changelog_dir)/ChangeLog; \ fi + +alpha: + $(MAKE) dist distdir=$(PACKAGE)-$(VERSION)-`date +"%Y%m%d"` + +alphacheck: + $(MAKE) distcheck distdir=$(PACKAGE)-$(VERSION)-`date +"%Y%m%d"` diff --git a/NEWS b/NEWS index 1fd53b8..9734b15 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,16 @@ -GNU cflow NEWS -- history of user-visible changes. 2009-07-11 +GNU cflow NEWS -- history of user-visible changes. 2009-11-09 Copyright (C) 2005, 2006, 2007, 2009 Sergey Poznyakoff See the end of file for copying conditions. Please send cflow bug reports to . +Version 1.3.1 (Git) + +* Speed up recursive call detection. +* Fix parsing of typedefs after `struct'. + + Version 1.3, 2009-07-11 * Optimize symbol tables. diff --git a/configure.ac b/configure.ac index 7165922..39f9770 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # 02110-1301 USA. AC_PREREQ(2.61) -AC_INIT([GNU cflow], [1.3], [bug-cflow@gnu.org]) +AC_INIT([GNU cflow], [1.3.1], [bug-cflow@gnu.org]) AC_CONFIG_SRCDIR([src/cflow.h]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.9 gnits tar-ustar dist-bzip2 std-options]) -- cgit v1.2.1