From a6586edd03e23fdad8f3af73b39ff5f861f0cf21 Mon Sep 17 00:00:00 2001 From: Robert Boehne Date: Wed, 11 Dec 2002 16:05:24 +0000 Subject: [PATCH] ltmain.in: Revert the version +1 change for IRIX, it could cause compatibility problems. --- ChangeLog | 5 +++++ ltmain.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 89fa9950..8e05c7bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-12-11 Robert Boehne + + ltmain.in: Revert the version +1 change for IRIX, it could + cause compatibility problems. + 2002-11-22 Christian Cornelssen * libtool.m4 (AC_LIBTOOL_COMPILER_OPTION, diff --git a/ltmain.in b/ltmain.in index 42126ea6..20c099fc 100644 --- a/ltmain.in +++ b/ltmain.in @@ -2793,7 +2793,7 @@ EOF ;; irix | nonstopux) - major=`expr $current - $age` + major=`expr $current - $age +1` case $version_type in nonstopux) verstring_prefix=nonstopux ;;