aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 9b63744..83caa4b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,13 @@
1direvent -- history of user-visible changes. 2014-09-03 1direvent -- history of user-visible changes. 2014-09-06
2Copyright (C) 2012-2014 Sergey Poznyakoff 2Copyright (C) 2012-2014 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5Please send direvent bug reports to <bug-direvent@gnu.org.ua> 5Please send direvent bug reports to <bug-direvent@gnu.org.ua>
6 6
7Version 4.1.91, Git 7Version 5.0, Git
8 8
9* An official GNU release 9* An official GNU release
10 10
11* The "file" statement allows for negating patterns 11* The "file" statement allows for negating patterns
12 12
13* I18N 13* I18N
diff --git a/configure.ac b/configure.ac
index 764e815..b05066a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,13 +12,13 @@
12# GNU General Public License for more details. 12# GNU General Public License for more details.
13# 13#
14# You should have received a copy of the GNU General Public License 14# You should have received a copy of the GNU General Public License
15# along with Direvent. If not, see <http://www.gnu.org/licenses/>. 15# along with Direvent. If not, see <http://www.gnu.org/licenses/>.
16 16
17AC_PREREQ([2.69]) 17AC_PREREQ([2.69])
18AC_INIT([GNU Direvent], [4.1.91], [bug-direvent@gnu.org.ua], [direvent], 18AC_INIT([GNU Direvent], [5.0], [bug-direvent@gnu.org.ua], [direvent],
19 [http://www.gnu.org.ua/software/direvent]) 19 [http://www.gnu.org.ua/software/direvent])
20AC_CONFIG_SRCDIR([src/direvent.c]) 20AC_CONFIG_SRCDIR([src/direvent.c])
21AC_CONFIG_HEADERS([config.h]) 21AC_CONFIG_HEADERS([config.h])
22AC_CONFIG_AUX_DIR([build-aux]) 22AC_CONFIG_AUX_DIR([build-aux])
23AM_INIT_AUTOMAKE([1.11.5 gnits tar-ustar silent-rules]) 23AM_INIT_AUTOMAKE([1.11.5 gnits tar-ustar silent-rules])
24 24

Return to:

Send suggestions and report system problems to the System administrator.