aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8380736..7dfd109 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1# This file is part of GNU cflow 1# This file is part of GNU cflow
2# Copyright (C) 2005, 2007, 2009, 2011 Free Software Foundation, Inc. 2# Copyright (C) 2005, 2007, 2009, 2011, 2014 Free Software Foundation, Inc.
3# 3#
4# Written by Sergey Poznyakoff 4# Written by Sergey Poznyakoff
5# 5#
@@ -17,7 +17,7 @@
17# along with this program. If not, see <http://www.gnu.org/licenses/>. 17# along with this program. If not, see <http://www.gnu.org/licenses/>.
18 18
19AC_PREREQ(2.61) 19AC_PREREQ(2.61)
20AC_INIT([GNU cflow], [1.4], [bug-cflow@gnu.org]) 20AC_INIT([GNU cflow], [1.4.90], [bug-cflow@gnu.org])
21AC_CONFIG_SRCDIR([src/cflow.h]) 21AC_CONFIG_SRCDIR([src/cflow.h])
22AC_CONFIG_AUX_DIR([build-aux]) 22AC_CONFIG_AUX_DIR([build-aux])
23AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 dist-xz std-options 23AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 dist-xz std-options

Return to:

Send suggestions and report system problems to the System administrator.