Skip to content

Commit b6eeef0

Browse files
committed
Version bump for v2.5.10
Signed-off-by: Cary Phillips <[email protected]>
1 parent 84f70c3 commit b6eeef0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

IlmBase/configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ dnl Copyright Contributors to the OpenEXR Project.
44
dnl
55

66
dnl Process this file with autoconf to produce a configure script.
7-
AC_INIT(IlmBase, 2.5.9)
7+
AC_INIT(IlmBase, 2.5.10)
88

99
AC_SUBST(ILMBASE_VERSION_MAJOR, 2)
1010
AC_SUBST(ILMBASE_VERSION_MINOR, 5)
11-
AC_SUBST(ILMBASE_VERSION_PATCH, 9)
11+
AC_SUBST(ILMBASE_VERSION_PATCH, 10)
1212

1313
AC_SUBST(ILMBASE_VERSION, ${ILMBASE_VERSION_MAJOR}.${ILMBASE_VERSION_MINOR}.${ILMBASE_VERSION_PATCH})
1414
AC_SUBST(ILMBASE_VERSION_API, ${ILMBASE_VERSION_MAJOR}_${ILMBASE_VERSION_MINOR})

OpenEXR/configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ dnl
55

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

8-
AC_INIT(OpenEXR, 2.5.9)
8+
AC_INIT(OpenEXR, 2.5.10)
99
AC_CONFIG_MACRO_DIR([m4])
1010

1111
AC_SUBST(OPENEXR_VERSION_MAJOR, 2)
1212
AC_SUBST(OPENEXR_VERSION_MINOR, 5)
13-
AC_SUBST(OPENEXR_VERSION_PATCH, 9)
13+
AC_SUBST(OPENEXR_VERSION_PATCH, 10)
1414

1515
AC_SUBST(OPENEXR_VERSION, ${OPENEXR_VERSION_MAJOR}.${OPENEXR_VERSION_MINOR}.${OPENEXR_VERSION_PATCH})
1616
AC_SUBST(OPENEXR_VERSION_API, ${OPENEXR_VERSION_MAJOR}_${OPENEXR_VERSION_MINOR})

OpenEXR_Viewers/configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ dnl Copyright Contributors to the OpenEXR Project.
44
dnl
55

66
dnl Process this file with autoconf to produce a configure script.
7-
AC_INIT(OpenEXR_Viewers, 2.5.9)
8-
AC_SUBST(OPENEXR_VIEWERS_VERSION, 2.5.9)
7+
AC_INIT(OpenEXR_Viewers, 2.5.10)
8+
AC_SUBST(OPENEXR_VIEWERS_VERSION, 2.5.10)
99
AC_CANONICAL_HOST
1010
AC_CONFIG_SRCDIR(playexr/main.cpp)
1111
AM_CONFIG_HEADER(config/OpenEXR_ViewersConfig.h)

PyIlmBase/configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ dnl Copyright Contributors to the OpenEXR Project.
44
dnl
55

66
dnl Process this file with autoconf to produce a configure script.
7-
AC_INIT(PyIlmBase, 2.5.9)
8-
AC_SUBST(PYILMBASE_VERSION, 2.5.9)
7+
AC_INIT(PyIlmBase, 2.5.10)
8+
AC_SUBST(PYILMBASE_VERSION, 2.5.10)
99
AC_CANONICAL_HOST
1010
AC_CONFIG_SRCDIR(PyIex/iexmodule.cpp)
1111
AC_CONFIG_HEADERS([config/PyIlmBaseConfig.h])

0 commit comments

Comments
 (0)