Skip to content

Commit a26ee06

Browse files
committed
Bump to version 0.7.0
1 parent 7098d0a commit a26ee06

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ include(ExternalProject)
1212

1313
# LIEF version
1414
set(LIEF_VERSION_MAJOR 0)
15-
set(LIEF_VERSION_MINOR 6)
16-
set(LIEF_VERSION_PATCH 1)
15+
set(LIEF_VERSION_MINOR 7)
16+
set(LIEF_VERSION_PATCH 0)
1717

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</a>
1717
&nbsp;
1818
<a href="https://github.com/lief-project/LIEF/releases">
19-
<img src="https://img.shields.io/badge/release-0.6.1-brightgreen.svg?style=default">
19+
<img src="https://img.shields.io/badge/release-0.7.0-brightgreen.svg?style=default">
2020
</a>
2121

2222
</p>

examples/cmake/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set(LIB_LIEF_STATIC
1818
set(LIEF_GIT_URL "https://github.com/lief-project/LIEF.git")
1919

2020
# LIEF's version to be used (can be 'master')
21-
set(LIEF_VERSION 0.6.1)
21+
set(LIEF_VERSION 0.7.0)
2222

2323
# LIEF compilation config
2424
set(LIEF_CMAKE_ARGS

0 commit comments

Comments
 (0)