diff options
| author | Antonin Descampe <antonin@gmail.com> | 2016-09-28 18:53:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-28 18:53:41 +0200 |
| commit | 4142ac60d6f064b1fc2cf6fdb00ab96b71660104 (patch) | |
| tree | 9e96745bc8dac877d172711f58151c5af0f5df84 | |
| parent | ac927f2eee0e27a61f1d8f9754bdc05f30a43e12 (diff) | |
Update version number
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8002a3ed..51dd23f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ 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_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.0.1 | 6 # 2.1 | 7 # 2.1.1 | 7 +# 2.1.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 |
