]> granicus.if.org Git - libjpeg-turbo/commitdiff
Bump version to 2.0.2 to prepare for new commits
authorDRC <information@libjpeg-turbo.org>
Tue, 1 Jan 2019 19:55:01 +0000 (13:55 -0600)
committerDRC <information@libjpeg-turbo.org>
Tue, 1 Jan 2019 19:55:01 +0000 (13:55 -0600)
CMakeLists.txt

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