Skip to content

Commit e9ae5e7

Browse files
authored
Bump version for v3.1.0 release on RB-3.1 branch (#1099)
Per https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html: * Source code has changed, interfaces have changed (e.g. 3_1 namespaces): soversion goes from 29.0.0 to 30.0.0. Also, bump IMATH_TAG to v3.1.1. Signed-off-by: Cary Phillips <[email protected]>
1 parent d8dd06a commit e9ae5e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ endif()
2121

2222
project(OpenEXR VERSION 3.1.0 LANGUAGES C CXX)
2323

24-
set(OPENEXR_VERSION_RELEASE_TYPE "-dev" CACHE STRING "Extra version tag string for OpenEXR build, such as -dev, -beta1, etc.")
24+
set(OPENEXR_VERSION_RELEASE_TYPE "" CACHE STRING "Extra version tag string for OpenEXR build, such as -dev, -beta1, etc.")
2525

2626
set(OPENEXR_VERSION ${OpenEXR_VERSION})
2727
set(OPENEXR_VERSION_API "${OpenEXR_VERSION_MAJOR}_${OpenEXR_VERSION_MINOR}")
@@ -43,7 +43,7 @@ set(OPENEXR_VERSION_API "${OpenEXR_VERSION_MAJOR}_${OpenEXR_VERSION_MINOR}")
4343
# 2. API added: CURRENT+1.0.AGE+1
4444
# 3. API changed: CURRENT+1.0.0
4545
#
46-
set(OPENEXR_LIBTOOL_CURRENT 29)
46+
set(OPENEXR_LIBTOOL_CURRENT 30)
4747
set(OPENEXR_LIBTOOL_REVISION 0)
4848
set(OPENEXR_LIBTOOL_AGE 0)
4949
set(OPENEXR_LIB_VERSION "${OPENEXR_LIBTOOL_CURRENT}.${OPENEXR_LIBTOOL_REVISION}.${OPENEXR_LIBTOOL_AGE}")

cmake/OpenEXRSetup.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ option(OPENEXR_FORCE_INTERNAL_IMATH "Force using an internal imath" OFF)
253253
# Check to see if Imath is installed outside of the current build directory.
254254
set(IMATH_REPO "https://github.com/AcademySoftwareFoundation/Imath.git" CACHE STRING
255255
"Repo for auto-build of Imath")
256-
set(IMATH_TAG "master" CACHE STRING
256+
set(IMATH_TAG "v3.1.1" CACHE STRING
257257
"Tag for auto-build of Imath (branch, tag, or SHA)")
258258
if(NOT OPENEXR_FORCE_INTERNAL_IMATH)
259259
#TODO: ^^ Release should not clone from master, this is a place holder

0 commit comments

Comments
 (0)