diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-12-21 10:39:41 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-12-21 10:39:41 +0000 |
| commit | 4619a94ebfe4af25f3fd95074b02b7d8ad50ac88 (patch) | |
| tree | cb270b5d07e3cfaa09160bc9ec0ca107d6860667 /CMakeLists.txt | |
| parent | 287fb0b8fd3b8e57a63c82d9950340e75a09fe11 (diff) | |
VERSION 1.3.0 RELEASE
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a49567e8..df1230e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ INCLUDE_REGULAR_EXPRESSION("^.*$") #----------------------------------------------------------------------------- # OPENJPEG version number, useful for packaging and doxygen doc: SET(OPENJPEG_VERSION_MAJOR 1) -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}") |
