aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-03-11 17:29:09 +0200
committerSergey Poznyakoff <gray@gnu.org>2017-03-11 17:29:09 +0200
commit25e58312538b34f674e31a6ff70fa7a452ab6b0e (patch)
tree82e25dbb045db785a145f1948d59b31d4af38ec4 /configure.ac
parent6494fe85e087bad327859dd3103133569ac2ec5b (diff)
downloadidest-25e58312538b34f674e31a6ff70fa7a452ab6b0e.tar.gz
idest-25e58312538b34f674e31a6ff70fa7a452ab6b0e.tar.bz2
Version 2.1
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 d590639..35b2857 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
# -*- Autoconf -*-
# This file is part of Idest.
-# Copyright (C) 2009-2011, 2015, 2016 Sergey Poznyakoff
+# Copyright (C) 2009-2011, 2015, 2016, 2017 Sergey Poznyakoff
#
# Idest is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
@@ -13,13 +13,13 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Idest. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.61)
-AC_INIT([idest], [2.0.90], [bug-idest@gnu.org.ua])
+AC_INIT([idest], [2.1], [bug-idest@gnu.org.ua])
AC_CONFIG_SRCDIR([src/idest.h])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.9 gnits tar-ustar std-options silent-rules])
# Enable silent rules by default:
AM_SILENT_RULES([yes])

Return to:

Send suggestions and report system problems to the System administrator.