aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am6
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
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 <bug-cflow@gnu.org>.
+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])

Return to:

Send suggestions and report system problems to the System administrator.