Skip to content

Commit f4e2ae0

Browse files
committed
Bump to version 0.8.1
1 parent 62e5825 commit f4e2ae0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ execute_process(
3737
# LIEF version
3838
set(LIEF_VERSION_MAJOR 0)
3939
set(LIEF_VERSION_MINOR 8)
40-
set(LIEF_VERSION_PATCH 0)
40+
set(LIEF_VERSION_PATCH 1)
4141

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

doc/sphinx/changelog.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
0.8.1 - October 18, 2017
5+
------------------------
6+
7+
* Fix an alignment issue in the ELF builder. See :commit:`8db199c04e9e6bcdbda165ab5c42d88218a0beb6`
8+
* Add assertion on the setuptools version: :commit:`62e5825e27bb637c2f42f4d05690a100213beb03`
9+
10+
411
0.8.0 - October 16, 2017
512
------------------------
613

0 commit comments

Comments
 (0)