Skip to content

Commit

Permalink
Set LIBTOOL_VERSION to 25:2:0 for 2.5.3
Browse files Browse the repository at this point in the history
No library interface has changed since 2.5.2, hence CURRENT remains at
25, but REVISION is bumped from 1 to 2.

Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm committed Aug 9, 2020
1 parent 0b6d518 commit 7212e33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions IlmBase/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ AM_INIT_AUTOMAKE(1.6.3) dnl Require automake 1.6.3 or better
AM_MAINTAINER_MODE


LIBTOOL_CURRENT=26
LIBTOOL_REVISION=1
LIBTOOL_CURRENT=25
LIBTOOL_REVISION=2
LIBTOOL_AGE=0
LIBTOOL_VERSION=$LIBTOOL_CURRENT:$LIBTOOL_REVISION:$LIBTOOL_AGE
AC_SUBST(LIBTOOL_VERSION)
Expand Down
4 changes: 2 additions & 2 deletions OpenEXR/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ AM_INIT_AUTOMAKE(1.6.3) dnl Require automake 1.6.3 or better
AM_MAINTAINER_MODE


LIBTOOL_CURRENT=26
LIBTOOL_REVISION=1
LIBTOOL_CURRENT=25
LIBTOOL_REVISION=2
LIBTOOL_AGE=0
LIBTOOL_VERSION=$LIBTOOL_CURRENT:$LIBTOOL_REVISION:$LIBTOOL_AGE
AC_SUBST(LIBTOOL_VERSION)
Expand Down
4 changes: 2 additions & 2 deletions PyIlmBase/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ dnl static python modules make no sense - disable static
AC_DISABLE_STATIC


LIBTOOL_CURRENT=26
LIBTOOL_REVISION=1
LIBTOOL_CURRENT=25
LIBTOOL_REVISION=2
LIBTOOL_AGE=0
LIBTOOL_VERSION=$LIBTOOL_CURRENT:$LIBTOOL_REVISION:$LIBTOOL_AGE
AC_SUBST(LIBTOOL_VERSION)
Expand Down

0 comments on commit 7212e33

Please sign in to comment.