We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f01177 commit ed21c3bCopy full SHA for ed21c3b
CMakeLists.txt
@@ -5,7 +5,7 @@ if(CMAKE_EXECUTABLE_SUFFIX)
5
endif()
6
7
project(mozjpeg C)
8
-set(VERSION 4.0.2)
+set(VERSION 4.0.3)
9
string(REPLACE "." ";" VERSION_TRIPLET ${VERSION})
10
list(GET VERSION_TRIPLET 0 VERSION_MAJOR)
11
list(GET VERSION_TRIPLET 1 VERSION_MINOR)
0 commit comments