Bump revision to 1.5.91 for post-beta fixes

This commit is contained in:
DRC
2018-04-26 17:33:52 -05:00
parent dc9bdf143a
commit 34e9d7e340

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8.12)
project(libjpeg-turbo C)
set(VERSION 1.5.90)
set(VERSION 1.5.91)
string(REPLACE "." ";" VERSION_TRIPLET ${VERSION})
list(GET VERSION_TRIPLET 0 VERSION_MAJOR)
list(GET VERSION_TRIPLET 1 VERSION_MINOR)