mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-05-14 12:19:33 +00:00
Bump version
This commit is contained in:
parent
9fb11539da
commit
0e12916531
@ -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`)
|
||||
|
2
setup.py
2
setup.py
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user