[trunk] Update version number to 2.0. This will help for testing generating scripts
authorMathieu Malaterre <mathieu.malaterre@gmail.com>
Mon, 29 Oct 2012 14:36:35 +0000 (14:36 +0000)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Mon, 29 Oct 2012 14:36:35 +0000 (14:36 +0000)
CMakeLists.txt

index a6a7e03e5cfab39e7430b78958b19c776f34d36f..a2d58789e4cc50da235ff186667be2208bc9c512 100644 (file)
@@ -28,8 +28,8 @@ include_regular_expression("^.*$")
 
 #-----------------------------------------------------------------------------
 # OPENJPEG version number, useful for packaging and doxygen doc:
-set(OPENJPEG_VERSION_MAJOR 1)
-set(OPENJPEG_VERSION_MINOR 99)
+set(OPENJPEG_VERSION_MAJOR 2)
+set(OPENJPEG_VERSION_MINOR 0)
 set(OPENJPEG_VERSION_BUILD 0)
 set(OPENJPEG_VERSION
   "${OPENJPEG_VERSION_MAJOR}.${OPENJPEG_VERSION_MINOR}.${OPENJPEG_VERSION_BUILD}")