summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6fd391c..054d42f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,9 +17,9 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
-AC_PREREQ(2.52)
+AC_PREREQ(2.53)
-AC_INIT(GNU diffutils, 2.7.10, bug-gnu-utils@gnu.org)
+AC_INIT(GNU diffutils, 2.8, bug-gnu-utils@gnu.org)
AC_CONFIG_SRCDIR(src/diff.c)
AC_CONFIG_AUX_DIR(config)