File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ include(ExternalProject)
12
12
13
13
# LIEF version
14
14
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 )
17
17
18
18
project (LIEF VERSION ${LIEF_VERSION_MAJOR} .${LIEF_VERSION_MINOR} .${LIEF_VERSION_PATCH} )
19
19
message (STATUS "${PROJECT_NAME} ${PROJECT_VERSION} " )
Original file line number Diff line number Diff line change 16
16
</a >
17
17
  ;
18
18
<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">
20
20
</a >
21
21
22
22
</p >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set(LIB_LIEF_STATIC
18
18
set (LIEF_GIT_URL "https://github.com/lief-project/LIEF.git" )
19
19
20
20
# LIEF's version to be used (can be 'master')
21
- set (LIEF_VERSION 0.6.1 )
21
+ set (LIEF_VERSION 0.7.0 )
22
22
23
23
# LIEF compilation config
24
24
set (LIEF_CMAKE_ARGS
You can’t perform that action at this time.
0 commit comments