]> granicus.if.org Git - libjpeg-turbo/commitdiff
Bump version to 2.0.4 to prepare for new commits
authorDRC <information@libjpeg-turbo.org>
Wed, 23 Oct 2019 00:39:38 +0000 (19:39 -0500)
committerDRC <information@libjpeg-turbo.org>
Wed, 23 Oct 2019 00:39:38 +0000 (19:39 -0500)
CMakeLists.txt

index 28fd443d653547d58b297d392b582b3a0250b132..4e2d5bd6177f3511383ba7f4e41599a2ae0fd6a8 100644 (file)
@@ -5,7 +5,7 @@ if(CMAKE_EXECUTABLE_SUFFIX)
 endif()
 
 project(libjpeg-turbo C)
-set(VERSION 2.0.3)
+set(VERSION 2.0.4)
 string(REPLACE "." ";" VERSION_TRIPLET ${VERSION})
 list(GET VERSION_TRIPLET 0 VERSION_MAJOR)
 list(GET VERSION_TRIPLET 1 VERSION_MINOR)