From 8604a5b08864bd43398a3f1f4d68b9dbcc3ae02b Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Tue, 23 Jan 2024 11:14:47 -0800 Subject: [PATCH] Update version for v3.1.10 Signed-off-by: Cary Phillips --- CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5bb4e945..b8136051 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ endif() # Imath version -project(Imath VERSION 3.1.9 LANGUAGES C CXX) +project(Imath VERSION 3.1.10 LANGUAGES C CXX) set(IMATH_VERSION_RELEASE_TYPE "" CACHE STRING "Extra version tag string for Imath build, such as -dev, -beta1, etc.") @@ -27,11 +27,11 @@ set(IMATH_VERSION_API "${Imath_VERSION_MAJOR}_${Imath_VERSION_MINOR}") # # The OpenEXR project policy is to append the library version # "major.minor.patch" to the SONAME to form the real shared library name. -# For example, in "libImath.so.31.3.2.0", "libImath.so.31" is the SONAME -# and ".3.2.0" identifies the corresponding library release. +# For example, in "libImath.so.29.3.1.10", "libImath.so.29" is the SONAME +# and ".3.1.10" identifies the corresponding library release. -set(IMATH_LIB_SOVERSION 30) -set(IMATH_LIB_VERSION "${IMATH_LIB_SOVERSION}.${IMATH_VERSION}") # e.g. "30.3.2.0" +set(IMATH_LIB_SOVERSION 29) +set(IMATH_LIB_VERSION "${IMATH_LIB_SOVERSION}.${IMATH_VERSION}") # e.g. "29.3.1.10" # ImathSetup.cmake declares all the configuration variables visible # in cmake-gui or similar and the rest of the global