JPWL: convert: Fix buffer overflow reading an image file less than four characters...
[openjpeg.git] / CMakeLists.txt
index cb5456664beeb63a631f7ee346ce7faaf2b12203..3ea2424a402bf10c0ab98e160905685b5ac9c6e5 100644 (file)
@@ -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 3)
-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
@@ -56,6 +56,7 @@ set(PACKAGE_VERSION
 #   2.1.2 |  7
 #   2.2.0 |  7
 #   2.3.0 |  7
+#   2.3.1 |  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