Skip to content

Commit

Permalink
Bump version to 2.0.1 to prepare for new commits
Browse files Browse the repository at this point in the history
  • Loading branch information
dcommander committed Aug 31, 2018
1 parent 43c58ff commit a861cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -5,7 +5,7 @@ if(CMAKE_EXECUTABLE_SUFFIX)
endif()

project(libjpeg-turbo C)
set(VERSION 2.0.0)
set(VERSION 2.0.1)
string(REPLACE "." ";" VERSION_TRIPLET ${VERSION})
list(GET VERSION_TRIPLET 0 VERSION_MAJOR)
list(GET VERSION_TRIPLET 1 VERSION_MINOR)
Expand Down

0 comments on commit a861cc2

Please sign in to comment.