Skip to content

Commit 3ff13e6

Browse files
committed
1.5.0
1 parent 1d50a8c commit 3ff13e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if(POLICY CMP0022)
99
endif()
1010

1111
project(libjpeg-turbo C)
12-
set(VERSION 1.4.90)
12+
set(VERSION 1.5.0)
1313
string(REPLACE "." ";" VERSION_TRIPLET ${VERSION})
1414
list(GET VERSION_TRIPLET 0 VERSION_MAJOR)
1515
list(GET VERSION_TRIPLET 1 VERSION_MINOR)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.56])
5-
AC_INIT([libjpeg-turbo], [1.4.90])
5+
AC_INIT([libjpeg-turbo], [1.5.0])
66

77
AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
88
AC_PREFIX_DEFAULT(/opt/libjpeg-turbo)

0 commit comments

Comments
 (0)