Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Apr 8, 2022
1 parent b3ec2c6 commit cf439c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -28,8 +28,8 @@ if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git"
include(LIEFGit)
else()
set(LIEF_VERSION_MAJOR "0")
set(LIEF_VERSION_MINOR "13")
set(LIEF_VERSION_PATCH "0")
set(LIEF_VERSION_MINOR "12")
set(LIEF_VERSION_PATCH "1")
endif()

# LIEF Project
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/changelog.rst
@@ -1,8 +1,8 @@
Changelog
=========

0.12.1 - Not Released Yet
-------------------------
0.12.1 - April 08, 2022
------------------------

:ELF:
* Fix section inclusion calculations (:pr:`692`)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -457,7 +457,7 @@ def get_pkg_info_version(pkg_info_file):


def get_version() -> str:
version = "0.13.0"
version = "0.12.1"
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):
Expand Down

0 comments on commit cf439c1

Please sign in to comment.