summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-06-09 11:53:56 +0200
committerGitHub <noreply@github.com>2021-06-09 11:53:56 +0200
commitcc1919b183f76d5ac79cc9927fb899b47700d925 (patch)
tree65c3a82c33a89d82a9c43f3f8bd261464376b210
parentc28965f255c711a7b2f84a08b1398e5a0f807b0e (diff)
parent655bb125250561dd1fa518ce523c388bcd84754a (diff)
Merge pull request #1361 from rouault/update_version_numbers_to_2_5
CMakeLists.txt/appveyor.yml: update version number to 2.5.0…
-rw-r--r--CMakeLists.txt2
-rw-r--r--appveyor.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d343905b..895fd6b0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,7 +32,7 @@ include_regular_expression("^.*$")
#-----------------------------------------------------------------------------
# OPENJPEG version number, useful for packaging and doxygen doc:
set(OPENJPEG_VERSION_MAJOR 2)
-set(OPENJPEG_VERSION_MINOR 4)
+set(OPENJPEG_VERSION_MINOR 5)
set(OPENJPEG_VERSION_BUILD 0)
set(OPENJPEG_VERSION
"${OPENJPEG_VERSION_MAJOR}.${OPENJPEG_VERSION_MINOR}.${OPENJPEG_VERSION_BUILD}")
diff --git a/appveyor.yml b/appveyor.yml
index a4b5fdef..dd438f9e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-version: 2.4.0.{build}
+version: 2.5.0.{build}
branches:
except:
- coverity_scan