Bump version to 3.1.3 to prepare for new commits

This commit is contained in:
DRC
2025-10-08 10:37:57 -04:00
parent a30b3d28dc
commit 9bd984632f

View File

@@ -14,7 +14,7 @@ if(CMAKE_C_FLAGS_RELWITHDEBINFO)
endif()
project(libjpeg-turbo C)
set(VERSION 3.1.2)
set(VERSION 3.1.3)
set(COPYRIGHT_YEAR "1991-2025")
string(REPLACE "." ";" VERSION_TRIPLET ${VERSION})
list(GET VERSION_TRIPLET 0 VERSION_MAJOR)