diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-06-03 08:56:13 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-06-03 08:56:13 +0200 |
commit | daa075af9bd5f5818cb5ca4bc6f8118ccf0df7ab (patch) | |
tree | d2d09c2961bf5617cc57744d1684e5aef23e886c /build-aux/ltmain.sh | |
parent | f8ca421bdacee8851965a4b802ada1d2366bdbc1 (diff) | |
parent | 7dec5f41b2cffafe4d743273600e2868d116166d (diff) |
Merge tag 'upstream/0.26.2' into feature/upstream
Upstream version 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` |