Projects STRLCPY LIEF Commits cf439c1b
🤬
  • ■ ■ ■ ■ ■ ■
    CMakeLists.txt
    skipped 27 lines
    28 28   include(LIEFGit)
    29 29  else()
    30 30   set(LIEF_VERSION_MAJOR "0")
    31  - set(LIEF_VERSION_MINOR "13")
    32  - set(LIEF_VERSION_PATCH "0")
     31 + set(LIEF_VERSION_MINOR "12")
     32 + set(LIEF_VERSION_PATCH "1")
    33 33  endif()
    34 34   
    35 35  # LIEF Project
    skipped 698 lines
  • ■ ■ ■ ■ ■ ■
    doc/sphinx/changelog.rst
    1 1  Changelog
    2 2  =========
    3 3   
    4  -0.12.1 - Not Released Yet
    5  --------------------------
     4 +0.12.1 - April 08, 2022
     5 +------------------------
    6 6   
    7 7  :ELF:
    8 8   * Fix section inclusion calculations (:pr:`692`)
    skipped 1039 lines
  • ■ ■ ■ ■
    setup.py
    skipped 456 lines
    457 457   
    458 458   
    459 459  def get_version() -> str:
    460  - version = "0.13.0"
     460 + version = "0.12.1"
    461 461   pkg_info = os.path.join(CURRENT_DIR, "{}.egg-info".format(PACKAGE_NAME), "PKG-INFO")
    462 462   git_dir = os.path.join(CURRENT_DIR, ".git")
    463 463   if os.path.isdir(git_dir):
    skipped 29 lines
Please wait...
Page is in error, reload to recover