summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2017-10-03 17:08:30 -0300
committerAntonin Descampe <antonin@gmail.com>2017-10-03 17:08:30 -0300
commit0b8903d9ea482d85dcaf8def1ddc41597105b228 (patch)
tree16291d6a3793bec89aa77defa5b2c974650fe118 /CMakeLists.txt
parent47b43dbc2bb5a1e6d61bde91e57ccf7191b07616 (diff)
Preparing v2.3.0 release
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ec42bc99..ff70a06f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,7 +32,7 @@ include_regular_expression("^.*$")
#-----------------------------------------------------------------------------
# OPENJPEG version number, useful for packaging and doxygen doc:
set(OPENJPEG_VERSION_MAJOR 2)
-set(OPENJPEG_VERSION_MINOR 2)
+set(OPENJPEG_VERSION_MINOR 3)
set(OPENJPEG_VERSION_BUILD 0)
set(OPENJPEG_VERSION
"${OPENJPEG_VERSION_MAJOR}.${OPENJPEG_VERSION_MINOR}.${OPENJPEG_VERSION_BUILD}")
@@ -55,6 +55,7 @@ set(PACKAGE_VERSION
# 2.1.1 | 7
# 2.1.2 | 7
# 2.2.0 | 7
+# 2.3.0 | 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