Skip to content

Commit

Permalink
Bump to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Oct 29, 2017
1 parent abbc264 commit 18d5b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ execute_process(
# LIEF version
set(LIEF_VERSION_MAJOR 0)
set(LIEF_VERSION_MINOR 8)
set(LIEF_VERSION_PATCH 2)
set(LIEF_VERSION_PATCH 3)

project(LIEF VERSION ${LIEF_VERSION_MAJOR}.${LIEF_VERSION_MINOR}.${LIEF_VERSION_PATCH})
message(STATUS "${PROJECT_NAME} ${PROJECT_VERSION}")
Expand Down

0 comments on commit 18d5b75

Please sign in to comment.