Skip to content

Commit 3ec8297

Browse files
committed
Bump SO version to 25 for the 2.5 release.
Signed-off-by: Cary Phillips <[email protected]>
1 parent ed64d54 commit 3ec8297

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

IlmBase/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ AM_INIT_AUTOMAKE(1.6.3) dnl Require automake 1.6.3 or better
2121
AM_MAINTAINER_MODE
2222

2323

24-
LIBTOOL_CURRENT=24
24+
LIBTOOL_CURRENT=25
2525
LIBTOOL_REVISION=0
2626
LIBTOOL_AGE=0
2727
LIBTOOL_VERSION=$LIBTOOL_CURRENT:$LIBTOOL_REVISION:$LIBTOOL_AGE

OpenEXR/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ AM_INIT_AUTOMAKE(1.6.3) dnl Require automake 1.6.3 or better
2323
AM_MAINTAINER_MODE
2424

2525

26-
LIBTOOL_CURRENT=24
26+
LIBTOOL_CURRENT=25
2727
LIBTOOL_REVISION=0
2828
LIBTOOL_AGE=0
2929
LIBTOOL_VERSION=$LIBTOOL_CURRENT:$LIBTOOL_REVISION:$LIBTOOL_AGE

OpenEXR_Viewers/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ AM_INIT_AUTOMAKE(1.6.3) dnl Require automake 1.6.3 or better
1313
AM_MAINTAINER_MODE
1414

1515

16-
LIBTOOL_CURRENT=24
16+
LIBTOOL_CURRENT=25
1717
LIBTOOL_REVISION=1
1818
LIBTOOL_AGE=0
1919
LIBTOOL_VERSION=$LIBTOOL_CURRENT:$LIBTOOL_REVISION:$LIBTOOL_AGE

PyIlmBase/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dnl static python modules make no sense - disable static
1616
AC_DISABLE_STATIC
1717

1818

19-
LIBTOOL_CURRENT=24
19+
LIBTOOL_CURRENT=25
2020
LIBTOOL_REVISION=2
2121
LIBTOOL_AGE=0
2222
LIBTOOL_VERSION=$LIBTOOL_CURRENT:$LIBTOOL_REVISION:$LIBTOOL_AGE

0 commit comments

Comments
 (0)