X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;fp=CMakeLists.txt;h=65570b4452bf27d8fb6b6d6d74e9318f0a0ff31c;hb=39e8c50a2f9bdcf36810ee3d41bcbf1cc78968ae;hp=127d34f034cb7e572ce1b877d6fbb0d6923ea07a;hpb=61309d7f66f6c6d6381c529b84931e9a7531c1b6;p=openjpeg.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 127d34f0..65570b44 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 1) +set(OPENJPEG_VERSION_BUILD 2) set(OPENJPEG_VERSION "${OPENJPEG_VERSION_MAJOR}.${OPENJPEG_VERSION_MINOR}.${OPENJPEG_VERSION_BUILD}") set(PACKAGE_VERSION @@ -53,6 +53,7 @@ set(PACKAGE_VERSION # 2.4.0 | 7 # 2.5.0 | 7 # 2.5.1 | 7 +# 2.5.2 | 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