From d944fface105c79fc4a34a4aa4bc1be39d5aabbc Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Sat, 9 May 2020 10:19:37 -0700 Subject: [PATCH] set LIBTOOL_REVISION=0 for the 2.5 release. Signed-off-by: Cary Phillips --- OpenEXR_Viewers/configure.ac | 2 +- PyIlmBase/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenEXR_Viewers/configure.ac b/OpenEXR_Viewers/configure.ac index fe13046841..4573cf29bf 100644 --- a/OpenEXR_Viewers/configure.ac +++ b/OpenEXR_Viewers/configure.ac @@ -14,7 +14,7 @@ AM_MAINTAINER_MODE LIBTOOL_CURRENT=25 -LIBTOOL_REVISION=1 +LIBTOOL_REVISION=0 LIBTOOL_AGE=0 LIBTOOL_VERSION=$LIBTOOL_CURRENT:$LIBTOOL_REVISION:$LIBTOOL_AGE AC_SUBST(LIBTOOL_VERSION) diff --git a/PyIlmBase/configure.ac b/PyIlmBase/configure.ac index 7ac0208294..3af8658400 100644 --- a/PyIlmBase/configure.ac +++ b/PyIlmBase/configure.ac @@ -17,7 +17,7 @@ AC_DISABLE_STATIC LIBTOOL_CURRENT=25 -LIBTOOL_REVISION=2 +LIBTOOL_REVISION=0 LIBTOOL_AGE=0 LIBTOOL_VERSION=$LIBTOOL_CURRENT:$LIBTOOL_REVISION:$LIBTOOL_AGE AC_SUBST(LIBTOOL_VERSION)