]> granicus.if.org Git - libjpeg-turbo/commitdiff
Bump version to 2.1 alpha1
authorDRC <information@libjpeg-turbo.org>
Tue, 4 Sep 2018 21:57:52 +0000 (16:57 -0500)
committerDRC <information@libjpeg-turbo.org>
Wed, 5 Sep 2018 14:08:00 +0000 (09:08 -0500)
(to prepare for new features)

CMakeLists.txt

index fc871d7388dac091e0dec53af0e80563c2c34e7f..e38387fb6f113c0a1cb490dcfad8e518d93029bd 100644 (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)