Bump version to 2.1 alpha1

(to prepare for new features)
This commit is contained in:
DRC
2018-09-04 16:57:52 -05:00
parent 4f943644e5
commit 995eb29dc3

View File

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