aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2015-11-06 13:13:30 +0200
committerSergey Poznyakoff <gray@gnu.org>2015-11-06 13:13:30 +0200
commit638c48ec020909e52a2081b4b9dc6908592e1bab (patch)
tree9b94fbaae1abe0d67dae2fd6fb43f495a94ff64d /configure.ac
parent19aa76addd806881d9e881a61f094ce125ba5fcc (diff)
downloadidest-638c48ec020909e52a2081b4b9dc6908592e1bab.tar.gz
idest-638c48ec020909e52a2081b4b9dc6908592e1bab.tar.bz2
Minor changes
* configure.ac: Version 2.0.90 * NEWS: Update. * doc/idest.texi: Update. * examples/settitle.scm: Remove directory components from the name. * scheme/dry-run.scm: Improve help output.
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 18f1de9..163f1ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# -*- Autoconf -*-
# This file is part of Idest.
-# Copyright (C) 2009-2011 Sergey Poznyakoff
+# Copyright (C) 2009-2011, 2015 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
@@ -16,7 +16,7 @@
# along with Idest. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.61)
-AC_INIT([idest], [2.0], [bug-idest@gnu.org.ua])
+AC_INIT([idest], [2.0.90], [bug-idest@gnu.org.ua])
AC_CONFIG_SRCDIR([src/idest.h])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_AUX_DIR([build-aux])

Return to:

Send suggestions and report system problems to the System administrator.