Skip to content

Commit d944ffa

Browse files
committed
set LIBTOOL_REVISION=0 for the 2.5 release.
Signed-off-by: Cary Phillips <[email protected]>
1 parent 3ec8297 commit d944ffa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OpenEXR_Viewers/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ AM_MAINTAINER_MODE
1414

1515

1616
LIBTOOL_CURRENT=25
17-
LIBTOOL_REVISION=1
17+
LIBTOOL_REVISION=0
1818
LIBTOOL_AGE=0
1919
LIBTOOL_VERSION=$LIBTOOL_CURRENT:$LIBTOOL_REVISION:$LIBTOOL_AGE
2020
AC_SUBST(LIBTOOL_VERSION)

PyIlmBase/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ AC_DISABLE_STATIC
1717

1818

1919
LIBTOOL_CURRENT=25
20-
LIBTOOL_REVISION=2
20+
LIBTOOL_REVISION=0
2121
LIBTOOL_AGE=0
2222
LIBTOOL_VERSION=$LIBTOOL_CURRENT:$LIBTOOL_REVISION:$LIBTOOL_AGE
2323
AC_SUBST(LIBTOOL_VERSION)

0 commit comments

Comments
 (0)