Bump revision to 2.0.90 to prepare for beta

This commit is contained in:
DRC
2020-11-24 21:32:48 -06:00
parent eb14189caa
commit 8cf6f716bc
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ if(CMAKE_EXECUTABLE_SUFFIX)
endif()
project(libjpeg-turbo C)
set(VERSION 2.0.80)
set(VERSION 2.0.90)
string(REPLACE "." ";" VERSION_TRIPLET ${VERSION})
list(GET VERSION_TRIPLET 0 VERSION_MAJOR)
list(GET VERSION_TRIPLET 1 VERSION_MINOR)

View File

@@ -1,5 +1,5 @@
2.1 pre-beta
============
2.0.90 (2.1 beta1)
==================
### Significant changes relative to 2.0.6: