Update version number
authorAntonin Descampe <antonin@gmail.com>
Wed, 28 Sep 2016 16:53:41 +0000 (18:53 +0200)
committerGitHub <noreply@github.com>
Wed, 28 Sep 2016 16:53:41 +0000 (18:53 +0200)
CMakeLists.txt

index 8002a3eda19052daa79b88207fe5442a02ed1efb..51dd23f8ab58d18530b78a6e59c521d7915cf5c4 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 1)
-set(OPENJPEG_VERSION_BUILD 1)
+set(OPENJPEG_VERSION_BUILD 2)
 set(OPENJPEG_VERSION
   "${OPENJPEG_VERSION_MAJOR}.${OPENJPEG_VERSION_MINOR}.${OPENJPEG_VERSION_BUILD}")
 set(PACKAGE_VERSION
@@ -53,6 +53,7 @@ set(PACKAGE_VERSION
 #   2.0.1 |  6
 #   2.1   |  7
 #   2.1.1 |  7
+#   2.1.2 |  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