Bump version to 2.1.0 to prepare for final release

This commit is contained in:
DRC
2021-04-23 11:42:40 -05:00
parent e0606dafff
commit 4f51f36eb3
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,5 +1,5 @@
2.1 post-beta 2.1.0
============= =====
### Significant changes relative to 2.1 beta1 ### Significant changes relative to 2.1 beta1