diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-09-13 07:58:05 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-09-13 07:58:05 +0000 |
| commit | bb230d0b6be6e8e9aecebf5f17c4ff60341137ac (patch) | |
| tree | 233e35d8d5f6a0c4aacc1be14e58d98eef6a30a3 | |
| parent | 5be29a0c5aeb2dcc5cc561bf73818cb6db5d5db5 (diff) | |
[1.5] Add detail for SOVERSION. Increase VERSION number.version.1.5.1
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 26a73e24..cb389df0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ INCLUDE_REGULAR_EXPRESSION("^.*$") # OPENJPEG version number, useful for packaging and doxygen doc: SET(OPENJPEG_VERSION_MAJOR 1) 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 @@ -44,6 +44,7 @@ SET(PACKAGE_VERSION # 1.3 | 3 # 1.4 | 4 # 1.5 | 5 +# 1.5.1 | 5 # 2.0 | 6 # 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: |
