Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 2.4 release branch #599

Merged
merged 1 commit into from
Oct 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4.0)
AC_INIT(IlmBase, 2.4.1)

AC_SUBST(ILMBASE_VERSION_MAJOR, 2)
AC_SUBST(ILMBASE_VERSION_MINOR, 4)
AC_SUBST(ILMBASE_VERSION_PATCH, 0)
AC_SUBST(ILMBASE_VERSION_PATCH, 1)

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.4.0)
AC_INIT(OpenEXR, 2.4.1)
AC_CONFIG_MACRO_DIR([m4])

AC_SUBST(OPENEXR_VERSION_MAJOR, 2)
AC_SUBST(OPENEXR_VERSION_MINOR, 4)
AC_SUBST(OPENEXR_VERSION_PATCH, 0)
AC_SUBST(OPENEXR_VERSION_PATCH, 1)

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.4.0)
AC_SUBST(OPENEXR_VIEWERS_VERSION, 2.3.0)
AC_INIT(OpenEXR_Viewers, 2.4.1)
AC_SUBST(OPENEXR_VIEWERS_VERSION, 2.4.1)
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.4.0)
AC_SUBST(PYILMBASE_VERSION, 2.4.0)
AC_INIT(PyIlmBase, 2.4.1)
AC_SUBST(PYILMBASE_VERSION, 2.4.1)
AC_CANONICAL_HOST
AC_CONFIG_SRCDIR(PyIex/iexmodule.cpp)
AC_CONFIG_HEADERS([config/PyIlmBaseConfig.h])
Expand Down
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,23 @@ trigger:
branches:
include:
- master
- RB-2.4
- ci-test

pr:
autoCancel: true
branches:
include:
- master
- RB-2.4

schedules:
- cron: "0 0 * * 0"
displayName: Weekly Sunday build
branches:
include:
- master
- RB-2.4
always: true

jobs:
Expand Down