diff options
Diffstat (limited to 'indexing/upmendex/source/configure.ac')
-rw-r--r-- | indexing/upmendex/source/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indexing/upmendex/source/configure.ac b/indexing/upmendex/source/configure.ac index b21873a1ed..9b5c1511b6 100644 --- a/indexing/upmendex/source/configure.ac +++ b/indexing/upmendex/source/configure.ac @@ -1,4 +1,4 @@ -dnl $Id: configure.ac 61096 2021-11-20 09:29:33Z takuji $ +dnl $Id$ dnl Process this file with autoconf to produce a configure script. dnl dnl Copyright 2015-2021 Karl Berry <tex-live@tug.org> @@ -8,7 +8,7 @@ dnl This file is free software; the copyright holder dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl -AC_INIT([upmendex (TeX Live)],[1.00]) +AC_INIT([upmendex (TeX Live)],[1.07]) AC_PREREQ([2.71]) AC_CONFIG_SRCDIR([main.c]) AC_CONFIG_AUX_DIR([../../build-aux]) |