From 4f99ce4c60de9fff9fedf976a0383db44b684bd3 Mon Sep 17 00:00:00 2001 From: Robert Boehne Date: Wed, 23 Oct 2002 14:36:30 +0000 Subject: [PATCH] ltmain.in: Do not add 1 to the version under IRIX, it is not necessary. --- ChangeLog | 5 +++++ ltmain.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 ;; -- 2.47.3