Skip to content

Commit

Permalink
bump version to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cary-ilm authored and nickrasmussen committed Aug 8, 2018
1 parent 656f898 commit 8a7b4ad
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
@@ -1,8 +1,8 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(IlmBase, 2.2.0)
AC_INIT(IlmBase, 2.3.0)

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

AC_SUBST(ILMBASE_VERSION, ${ILMBASE_VERSION_MAJOR}.${ILMBASE_VERSION_MINOR}.${ILMBASE_VERSION_PATCH})
Expand Down
4 changes: 2 additions & 2 deletions OpenEXR/configure.ac
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dnl Process this file with autoconf to produce a configure script.

AC_INIT(OpenEXR, 2.2.0)
AC_INIT(OpenEXR, 2.3.0)
AC_CONFIG_MACRO_DIR([m4])

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

AC_SUBST(OPENEXR_VERSION, ${OPENEXR_VERSION_MAJOR}.${OPENEXR_VERSION_MINOR}.${OPENEXR_VERSION_PATCH})
Expand Down
4 changes: 2 additions & 2 deletions OpenEXR_Viewers/configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(OpenEXR_Viewers, 2.2.0)
AC_SUBST(OPENEXR_VIEWERS_VERSION, 2.2.0)
AC_INIT(OpenEXR_Viewers, 2.3.0)
AC_SUBST(OPENEXR_VIEWERS_VERSION, 2.3.0)
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
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(PyIlmBase, 2.2.0)
AC_SUBST(PYILMBASE_VERSION, 2.2.0)
AC_INIT(PyIlmBase, 2.3.0)
AC_SUBST(PYILMBASE_VERSION, 2.3.0)
AC_CANONICAL_HOST
AC_CONFIG_SRCDIR(PyIex/iexmodule.cpp)
AC_CONFIG_HEADER(config/PyIlmBaseConfig.h)
Expand Down

0 comments on commit 8a7b4ad

Please sign in to comment.