File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ dnl Copyright Contributors to the OpenEXR Project.
4
4
dnl
5
5
6
6
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 )
8
8
9
9
AC_SUBST ( ILMBASE_VERSION_MAJOR , 2 )
10
10
AC_SUBST ( ILMBASE_VERSION_MINOR , 5 )
11
- AC_SUBST ( ILMBASE_VERSION_PATCH , 9 )
11
+ AC_SUBST ( ILMBASE_VERSION_PATCH , 10 )
12
12
13
13
AC_SUBST ( ILMBASE_VERSION , ${ILMBASE_VERSION_MAJOR}.${ILMBASE_VERSION_MINOR}.${ILMBASE_VERSION_PATCH} )
14
14
AC_SUBST ( ILMBASE_VERSION_API , ${ILMBASE_VERSION_MAJOR}_${ILMBASE_VERSION_MINOR} )
Original file line number Diff line number Diff line change 5
5
6
6
dnl Process this file with autoconf to produce a configure script.
7
7
8
- AC_INIT ( OpenEXR , 2.5.9 )
8
+ AC_INIT ( OpenEXR , 2.5.10 )
9
9
AC_CONFIG_MACRO_DIR ( [ m4] )
10
10
11
11
AC_SUBST ( OPENEXR_VERSION_MAJOR , 2 )
12
12
AC_SUBST ( OPENEXR_VERSION_MINOR , 5 )
13
- AC_SUBST ( OPENEXR_VERSION_PATCH , 9 )
13
+ AC_SUBST ( OPENEXR_VERSION_PATCH , 10 )
14
14
15
15
AC_SUBST ( OPENEXR_VERSION , ${OPENEXR_VERSION_MAJOR}.${OPENEXR_VERSION_MINOR}.${OPENEXR_VERSION_PATCH} )
16
16
AC_SUBST ( OPENEXR_VERSION_API , ${OPENEXR_VERSION_MAJOR}_${OPENEXR_VERSION_MINOR} )
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ dnl Copyright Contributors to the OpenEXR Project.
4
4
dnl
5
5
6
6
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 )
9
9
AC_CANONICAL_HOST
10
10
AC_CONFIG_SRCDIR ( playexr/main.cpp )
11
11
AM_CONFIG_HEADER(config/OpenEXR_ViewersConfig.h)
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ dnl Copyright Contributors to the OpenEXR Project.
4
4
dnl
5
5
6
6
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 )
9
9
AC_CANONICAL_HOST
10
10
AC_CONFIG_SRCDIR ( PyIex/iexmodule.cpp )
11
11
AC_CONFIG_HEADERS ( [ config/PyIlmBaseConfig.h] )
You can’t perform that action at this time.
0 commit comments