aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2014-08-10 17:22:34 +0300
committerSergey Poznyakoff <gray@gnu.org>2014-08-10 17:22:34 +0300
commite45d22ab0f9e86da6f1c4985c1d200275cb2d82e (patch)
treec32b9da970bf00906a3ab2c5d63a593088f372e3 /configure.ac
parent8397a2858f103397d4ae82156b43f7048e788c3b (diff)
downloaddirevent-e45d22ab0f9e86da6f1c4985c1d200275cb2d82e.tar.gz
direvent-e45d22ab0f9e86da6f1c4985c1d200275cb2d82e.tar.bz2
Version 4.1.90dircond-last
* NEWS: Change version number * configure.ac: Likewise. * doc/dircond.conf.5: Update copyright years. * doc/dircond.texi: Update copyright years. * src/config.c: Update copyright years. * src/dircond.h: Update copyright years. * src/fnpat.c: Update copyright years. * tests/envdump.c: Update copyright years.
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 31964e4..4ec162a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# This file is part of Dircond -*- autoconf -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Dircond is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
# along with Dircond. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.69])
-AC_INIT([dircond], [4.1], [bug-dircond@gnu.org.ua],,
+AC_INIT([dircond], [4.1.90], [bug-dircond@gnu.org.ua],,
[http://www.gnu.org.ua/software/dircond])
AC_CONFIG_SRCDIR([src/dircond.c])
AC_CONFIG_HEADERS([config.h])

Return to:

Send suggestions and report system problems to the System administrator.