diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2024-02-26 15:16:49 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2024-02-26 15:17:28 +0100 |
| commit | 14d03e8ed5dcdb8552c8a4c7c9a383b29a6891cb (patch) | |
| tree | 2c278eb88d10befe05494d18c48b797cad747012 /CMakeLists.txt | |
| parent | 1bba8374f2bfce7b4419be6f29a8da3b01af5f58 (diff) | |
Prepare for OpenJPEG v2.5.1 releasev2.5.1
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e64aee1..127d34f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ include_regular_expression("^.*$") # OPENJPEG version number, useful for packaging and doxygen doc: set(OPENJPEG_VERSION_MAJOR 2) set(OPENJPEG_VERSION_MINOR 5) -set(OPENJPEG_VERSION_BUILD 0) +set(OPENJPEG_VERSION_BUILD 1) set(OPENJPEG_VERSION "${OPENJPEG_VERSION_MAJOR}.${OPENJPEG_VERSION_MINOR}.${OPENJPEG_VERSION_BUILD}") set(PACKAGE_VERSION @@ -52,6 +52,7 @@ set(PACKAGE_VERSION # 2.3.1 | 7 # 2.4.0 | 7 # 2.5.0 | 7 +# 2.5.1 | 7 # above is the recommendation by the OPJ team. If you really need to override this default, # you can specify your own OPENJPEG_SOVERSION at cmake configuration time: # cmake -DOPENJPEG_SOVERSION:STRING=42 /path/to/openjpeg |
