We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e5825 commit f4e2ae0Copy full SHA for f4e2ae0
CMakeLists.txt
@@ -37,7 +37,7 @@ execute_process(
37
# LIEF version
38
set(LIEF_VERSION_MAJOR 0)
39
set(LIEF_VERSION_MINOR 8)
40
-set(LIEF_VERSION_PATCH 0)
+set(LIEF_VERSION_PATCH 1)
41
42
project(LIEF VERSION ${LIEF_VERSION_MAJOR}.${LIEF_VERSION_MINOR}.${LIEF_VERSION_PATCH})
43
message(STATUS "${PROJECT_NAME} ${PROJECT_VERSION}")
doc/sphinx/changelog.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
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
11
0.8.0 - October 16, 2017
12
------------------------
13
0 commit comments