CMakeLists.txt/appveyor.yml: update version number to 2.5.0 to make it easier for downstream consumers to use new features

This commit is contained in:
Even Rouault 2021-06-08 14:34:43 +02:00
parent c28965f255
commit 655bb12525
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D
2 changed files with 2 additions and 2 deletions

View File

@ -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}")

View File

@ -1,4 +1,4 @@
version: 2.4.0.{build}
version: 2.5.0.{build}
branches:
except:
- coverity_scan