Merge pull request #1361 from rouault/update_version_numbers_to_2_5

CMakeLists.txt/appveyor.yml: update version number to 2.5.0…
This commit is contained in:
Even Rouault 2021-06-09 11:53:56 +02:00 committed by GitHub
commit cc1919b183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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