summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2016-09-28 18:55:02 +0200
committerGitHub <noreply@github.com>2016-09-28 18:55:02 +0200
commit9afc1699f0220d16f71860c1083d8c1b627e30fe (patch)
tree97f106440747c8f4c628a6356b85ae8060fdb4dc
parent34dae137a9a8c04feaa9763ae7e09a86ecb10400 (diff)
Update version number for future release 2.2.0
-rw-r--r--CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8002a3ed..a7dbe087 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,8 +32,8 @@ include_regular_expression("^.*$")
#-----------------------------------------------------------------------------
# OPENJPEG version number, useful for packaging and doxygen doc:
set(OPENJPEG_VERSION_MAJOR 2)
-set(OPENJPEG_VERSION_MINOR 1)
-set(OPENJPEG_VERSION_BUILD 1)
+set(OPENJPEG_VERSION_MINOR 2)
+set(OPENJPEG_VERSION_BUILD 0)
set(OPENJPEG_VERSION
"${OPENJPEG_VERSION_MAJOR}.${OPENJPEG_VERSION_MINOR}.${OPENJPEG_VERSION_BUILD}")
set(PACKAGE_VERSION
@@ -53,6 +53,8 @@ set(PACKAGE_VERSION
# 2.0.1 | 6
# 2.1 | 7
# 2.1.1 | 7
+# 2.1.2 | 7
+# 2.2.0 | 8
# 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