summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2007-12-21 10:39:41 +0000
committerFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2007-12-21 10:39:41 +0000
commit4619a94ebfe4af25f3fd95074b02b7d8ad50ac88 (patch)
treecb270b5d07e3cfaa09160bc9ec0ca107d6860667 /CMakeLists.txt
parent287fb0b8fd3b8e57a63c82d9950340e75a09fe11 (diff)
VERSION 1.3.0 RELEASE
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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}")