diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-06-03 08:54:49 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-06-03 08:54:49 +0200 |
commit | 7dec5f41b2cffafe4d743273600e2868d116166d (patch) | |
tree | 1ea5e30103db6e2e8454f5c5c2e885008dc7d99d /build-aux/ltmain.sh | |
parent | 9e7cd144725a270e0460b21747619f447ca87684 (diff) |
New upstream version 0.26.2upstream/0.26.2
Diffstat (limited to 'build-aux/ltmain.sh')
-rw-r--r-- | build-aux/ltmain.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build-aux/ltmain.sh b/build-aux/ltmain.sh index 2ad8be8..a736cf9 100644 --- a/build-aux/ltmain.sh +++ b/build-aux/ltmain.sh @@ -31,7 +31,7 @@ PROGRAM=libtool PACKAGE=libtool -VERSION="2.4.6 Debian-2.4.6-1" +VERSION="2.4.6 Debian-2.4.6-2" package_revision=2.4.6 @@ -1977,7 +1977,7 @@ func_version () # End: # Set a version string. -scriptversion='(GNU libtool) 2.4.6 Debian-2.4.6-1' +scriptversion='(GNU libtool) 2.4.6' # func_echo ARG... @@ -2068,7 +2068,7 @@ include the following information: compiler: $LTCC compiler flags: $LTCFLAGS linker: $LD (gnu? $with_gnu_ld) - version: $progname $scriptversion + version: $progname $scriptversion Debian-2.4.6-2 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` |