We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d50a8c commit 3ff13e6Copy full SHA for 3ff13e6
2 files changed
CMakeLists.txt
@@ -9,7 +9,7 @@ if(POLICY CMP0022)
9
endif()
10
11
project(libjpeg-turbo C)
12
-set(VERSION 1.4.90)
+set(VERSION 1.5.0)
13
string(REPLACE "." ";" VERSION_TRIPLET ${VERSION})
14
list(GET VERSION_TRIPLET 0 VERSION_MAJOR)
15
list(GET VERSION_TRIPLET 1 VERSION_MINOR)
configure.ac
@@ -2,7 +2,7 @@
2
# Process this file with autoconf to produce a configure script.
3
4
AC_PREREQ([2.56])
5
-AC_INIT([libjpeg-turbo], [1.4.90])
+AC_INIT([libjpeg-turbo], [1.5.0])
6
7
AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
8
AC_PREFIX_DEFAULT(/opt/libjpeg-turbo)
0 commit comments