4
0
mirror of https://github.com/QuasarApp/LIEF.git synced 2025-05-14 12:19:33 +00:00

Bump version

This commit is contained in:
Romain Thomas 2021-02-24 07:04:38 +01:00
parent 9fb11539da
commit 0e12916531
3 changed files with 4 additions and 4 deletions

@ -22,7 +22,7 @@ if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git"
else()
set(LIEF_VERSION_MAJOR "0")
set(LIEF_VERSION_MINOR "11")
set(LIEF_VERSION_PATCH "1")
set(LIEF_VERSION_PATCH "2")
endif()
# LIEF Project

@ -22,8 +22,8 @@ Changelog
.. _release-0110:
0.11.0 - Not Released
---------------------
0.11.0 - January 19, 2021
-------------------------
:ELF:
* :github_user:`mkomet` updated enums related to Android (see: :commit:`9dd641d380a5defd0a71a9f42dde2fe9c9cb1dbd`)

@ -426,7 +426,7 @@ def get_pkg_info_version(pkg_info_file):
def get_version() -> str:
version = "0.11.1"
version = "0.11.2"
pkg_info = os.path.join(CURRENT_DIR, "{}.egg-info".format(PACKAGE_NAME), "PKG-INFO")
git_dir = os.path.join(CURRENT_DIR, ".git")
if os.path.isdir(git_dir):