aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-12-18 13:08:03 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2013-12-18 13:16:24 +0200
commit58a7fa9098269700cac614c083ab61ed8c269a90 (patch)
tree59f9b7eee96b475524e70219f82d4722ac030f1c
parent48c8e1d82ace20652bbaca0388e48dc3e7f77908 (diff)
downloaddico-58a7fa9098269700cac614c083ab61ed8c269a90.tar.gz
dico-58a7fa9098269700cac614c083ab61ed8c269a90.tar.bz2
Version 2.2.90
-rw-r--r--.gitignore3
-rw-r--r--NEWS7
-rw-r--r--configure.ac4
3 files changed, 10 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index d98db58..897e213 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,9 @@
*.pyc
*.tar.bz2
*.tar.gz
+*.tar.xz
+*.rej
+*.orig
*~
.bootstrap
.deps
diff --git a/NEWS b/NEWS
index a0cc8d1..5026564 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,13 @@
-GNU Dico NEWS -- history of user-visible changes. 2012-03-04
-Copyright (C) 2008-2010, 2012 Sergey Poznyakoff
+GNU Dico NEWS -- history of user-visible changes. 2013-12-18
+Copyright (C) 2008-2010, 2012, 2013 Sergey Poznyakoff
See the end of file for copying conditions.
Please send Dico bug reports to <bug-dico@gnu.org.ua>
+Version 2.2.90 (Git)
+
+
Version 2.2, 2012-03-04
* Configuration changes
diff --git a/configure.ac b/configure.ac
index 85eeff7..c6cf7b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with -*- autoconf -*- to produce a configure script.
# This file is part of GNU Dico
-# Copyright (C) 1998-2000, 2008-2010, 2012 Sergey Poznyakoff
+# Copyright (C) 1998-2000, 2008-2010, 2012, 2013 Sergey Poznyakoff
#
# GNU Dico is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@ dnl Process this file with -*- autoconf -*- to produce a configure script.
# along with GNU Dico. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
-AC_INIT([GNU dico], 2.2, [bug-dico@gnu.org])
+AC_INIT([GNU dico], 2.2.90, [bug-dico@gnu.org])
AC_CONFIG_SRCDIR([dicod/main.c])
AM_CONFIG_HEADER(config.h)
AC_CONFIG_AUX_DIR([build-aux])

Return to:

Send suggestions and report system problems to the System administrator.