Skip to content

Commit

Permalink
Bump version to 1.5.4 to prepare for new commits
Browse files Browse the repository at this point in the history
  • Loading branch information
dcommander committed Dec 16, 2017
1 parent 7d3feda commit 0fba3c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if(POLICY CMP0022)
endif()

project(libjpeg-turbo C)
set(VERSION 1.5.3)
set(VERSION 1.5.4)
string(REPLACE "." ";" VERSION_TRIPLET ${VERSION})
list(GET VERSION_TRIPLET 0 VERSION_MAJOR)
list(GET VERSION_TRIPLET 1 VERSION_MINOR)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.56])
AC_INIT([libjpeg-turbo], [1.5.3])
AC_INIT([libjpeg-turbo], [1.5.4])

AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
AC_PREFIX_DEFAULT(/opt/libjpeg-turbo)
Expand Down

0 comments on commit 0fba3c1

Please sign in to comment.