From 995eb29dc3c3aa6ce0692fe110dd17e131a89cc0 Mon Sep 17 00:00:00 2001 From: DRC Date: Tue, 4 Sep 2018 16:57:52 -0500 Subject: [PATCH] Bump version to 2.1 alpha1 (to prepare for new features) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fc871d73..e38387fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)