Skip to content

Commit

Permalink
Bump version to 2.5.3 and LIBTOOL_CURRENT to 26
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm committed Aug 9, 2020
1 parent 40a7ed7 commit 6b55722
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions IlmBase/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ dnl Copyright Contributors to the OpenEXR Project.
dnl

dnl Process this file with autoconf to produce a configure script.
AC_INIT(IlmBase, 2.5.2)
AC_INIT(IlmBase, 2.5.3)

AC_SUBST(ILMBASE_VERSION_MAJOR, 2)
AC_SUBST(ILMBASE_VERSION_MINOR, 5)
AC_SUBST(ILMBASE_VERSION_PATCH, 2)
AC_SUBST(ILMBASE_VERSION_PATCH, 3)

AC_SUBST(ILMBASE_VERSION, ${ILMBASE_VERSION_MAJOR}.${ILMBASE_VERSION_MINOR}.${ILMBASE_VERSION_PATCH})
AC_SUBST(ILMBASE_VERSION_API, ${ILMBASE_VERSION_MAJOR}_${ILMBASE_VERSION_MINOR})
Expand All @@ -21,7 +21,7 @@ AM_INIT_AUTOMAKE(1.6.3) dnl Require automake 1.6.3 or better
AM_MAINTAINER_MODE


LIBTOOL_CURRENT=25
LIBTOOL_CURRENT=26
LIBTOOL_REVISION=1
LIBTOOL_AGE=0
LIBTOOL_VERSION=$LIBTOOL_CURRENT:$LIBTOOL_REVISION:$LIBTOOL_AGE
Expand Down
6 changes: 3 additions & 3 deletions OpenEXR/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ dnl

dnl Process this file with autoconf to produce a configure script.

AC_INIT(OpenEXR, 2.5.2)
AC_INIT(OpenEXR, 2.5.3)
AC_CONFIG_MACRO_DIR([m4])

AC_SUBST(OPENEXR_VERSION_MAJOR, 2)
AC_SUBST(OPENEXR_VERSION_MINOR, 5)
AC_SUBST(OPENEXR_VERSION_PATCH, 2)
AC_SUBST(OPENEXR_VERSION_PATCH, 3)

AC_SUBST(OPENEXR_VERSION, ${OPENEXR_VERSION_MAJOR}.${OPENEXR_VERSION_MINOR}.${OPENEXR_VERSION_PATCH})
AC_SUBST(OPENEXR_VERSION_API, ${OPENEXR_VERSION_MAJOR}_${OPENEXR_VERSION_MINOR})
Expand All @@ -23,7 +23,7 @@ AM_INIT_AUTOMAKE(1.6.3) dnl Require automake 1.6.3 or better
AM_MAINTAINER_MODE


LIBTOOL_CURRENT=25
LIBTOOL_CURRENT=26
LIBTOOL_REVISION=1
LIBTOOL_AGE=0
LIBTOOL_VERSION=$LIBTOOL_CURRENT:$LIBTOOL_REVISION:$LIBTOOL_AGE
Expand Down
6 changes: 3 additions & 3 deletions PyIlmBase/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ dnl Copyright Contributors to the OpenEXR Project.
dnl

dnl Process this file with autoconf to produce a configure script.
AC_INIT(PyIlmBase, 2.5.2)
AC_SUBST(PYILMBASE_VERSION, 2.5.2)
AC_INIT(PyIlmBase, 2.5.3)
AC_SUBST(PYILMBASE_VERSION, 2.5.3)
AC_CANONICAL_HOST
AC_CONFIG_SRCDIR(PyIex/iexmodule.cpp)
AC_CONFIG_HEADERS([config/PyIlmBaseConfig.h])
Expand All @@ -16,7 +16,7 @@ dnl static python modules make no sense - disable static
AC_DISABLE_STATIC


LIBTOOL_CURRENT=25
LIBTOOL_CURRENT=26
LIBTOOL_REVISION=1
LIBTOOL_AGE=0
LIBTOOL_VERSION=$LIBTOOL_CURRENT:$LIBTOOL_REVISION:$LIBTOOL_AGE
Expand Down

0 comments on commit 6b55722

Please sign in to comment.