]> granicus.if.org Git - libjpeg-turbo/commitdiff
Bump version to 2.0.3 to prepare for new commits
authorDRC <information@libjpeg-turbo.org>
Wed, 10 Apr 2019 19:35:45 +0000 (14:35 -0500)
committerDRC <information@libjpeg-turbo.org>
Wed, 10 Apr 2019 19:57:12 +0000 (14:57 -0500)
CMakeLists.txt

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