Skip to content

Commit

Permalink
Bump main branch version tag to 4.0.0 and SOVERSION to 99
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Sep 26, 2024
1 parent 647833b commit 09eaad9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ set(OPENEXR_VERSION_API "${OpenEXR_VERSION_MAJOR}_${OpenEXR_VERSION_MINOR}")
# For example, in "libOpenEXR.so.31.3.2.0", "libOpenEXR.so.31" is the SONAME
# and ".3.2.0" identifies the corresponding library release.

set(OPENEXR_LIB_SOVERSION 31)
set(OPENEXR_LIB_SOVERSION 99)
set(OPENEXR_LIB_VERSION "${OPENEXR_LIB_SOVERSION}.${OPENEXR_VERSION}") # e.g. "31.3.2.0"

option(OPENEXR_INSTALL "Install OpenEXR libraries" ON)
Expand Down
4 changes: 2 additions & 2 deletions src/lib/OpenEXRCore/openexr_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#ifndef INCLUDED_OPENEXR_VERSION_H
# define INCLUDED_OPENEXR_VERSION_H

# define OPENEXR_VERSION_MAJOR 3
# define OPENEXR_VERSION_MINOR 3
# define OPENEXR_VERSION_MAJOR 4
# define OPENEXR_VERSION_MINOR 0
# define OPENEXR_VERSION_PATCH 0

#endif

0 comments on commit 09eaad9

Please sign in to comment.