From: Robert Boehne Date: Wed, 23 Oct 2002 14:36:30 +0000 (+0000) Subject: ltmain.in: Do not add 1 to the version under IRIX, it is X-Git-Tag: release-1-5~82 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f99ce4c60de9fff9fedf976a0383db44b684bd3;p=thirdparty%2Flibtool.git ltmain.in: Do not add 1 to the version under IRIX, it is not necessary. --- diff --git a/ChangeLog b/ChangeLog index 4ea577739..9f09e9f48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-10-23 Robert Boehne + + ltmain.in: Do not add 1 to the version under IRIX, it is + not necessary. + 2002-10-15 Charles Wilson * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): avoid long delay on diff --git a/ltmain.in b/ltmain.in index 0a17a20be..c39f155c9 100644 --- a/ltmain.in +++ b/ltmain.in @@ -2658,7 +2658,7 @@ EOF ;; irix | nonstopux) - major=`expr $current - $age + 1` + major=`expr $current - $age` case $version_type in nonstopux) verstring_prefix=nonstopux ;;