Skip to content

Commit

Permalink
Version bump for v2.5.10
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Dec 18, 2023
1 parent 84f70c3 commit b6eeef0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 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.9)
AC_INIT(IlmBase, 2.5.10)

AC_SUBST(ILMBASE_VERSION_MAJOR, 2)
AC_SUBST(ILMBASE_VERSION_MINOR, 5)
AC_SUBST(ILMBASE_VERSION_PATCH, 9)
AC_SUBST(ILMBASE_VERSION_PATCH, 10)

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 Down
4 changes: 2 additions & 2 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.9)
AC_INIT(OpenEXR, 2.5.10)
AC_CONFIG_MACRO_DIR([m4])

AC_SUBST(OPENEXR_VERSION_MAJOR, 2)
AC_SUBST(OPENEXR_VERSION_MINOR, 5)
AC_SUBST(OPENEXR_VERSION_PATCH, 9)
AC_SUBST(OPENEXR_VERSION_PATCH, 10)

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 Down
4 changes: 2 additions & 2 deletions OpenEXR_Viewers/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(OpenEXR_Viewers, 2.5.9)
AC_SUBST(OPENEXR_VIEWERS_VERSION, 2.5.9)
AC_INIT(OpenEXR_Viewers, 2.5.10)
AC_SUBST(OPENEXR_VIEWERS_VERSION, 2.5.10)
AC_CANONICAL_HOST
AC_CONFIG_SRCDIR(playexr/main.cpp)
AM_CONFIG_HEADER(config/OpenEXR_ViewersConfig.h)
Expand Down
4 changes: 2 additions & 2 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.9)
AC_SUBST(PYILMBASE_VERSION, 2.5.9)
AC_INIT(PyIlmBase, 2.5.10)
AC_SUBST(PYILMBASE_VERSION, 2.5.10)
AC_CANONICAL_HOST
AC_CONFIG_SRCDIR(PyIex/iexmodule.cpp)
AC_CONFIG_HEADERS([config/PyIlmBaseConfig.h])
Expand Down

0 comments on commit b6eeef0

Please sign in to comment.