Skip to content

Commit

Permalink
Merge branch 'bump-version' into 'main'
Browse files Browse the repository at this point in the history
bump version after release

See merge request rewriting/ddisasm!1177
  • Loading branch information
aeflores committed Dec 14, 2023
2 parents 8203e91 + dc0ab8a commit ee6ed7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# 1.7.1 (Unreleased)
# 1.8.1 (Unreleased)

# 1.8.0

* Prefer LOCAL symbols over GLOBAL ones when selecting symbols for symbolic
expressions for ISAs other than MIPS.
Expand All @@ -18,7 +20,7 @@
* Added pattern to match missed symbolic data in pointer arrays.
* Fix symbols associated to functions (Auxdata functionNames) for PE binaries
when Ddisasm is run with option `-F`.
* Requires gtirb >=1.12.1, gtirb-pprinter >=2.0.0
* Requires gtirb >=2.0.0, gtirb-pprinter >=2.0.0

# 1.7.0
* Update code inference to use weighted interval scheduling to resolve blocks;
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ endif()
# ---------------------------------------------------------------------------
# gtirb
# ---------------------------------------------------------------------------
find_package(gtirb 1.12.1 REQUIRED)
find_package(gtirb 2.0.0 REQUIRED)

# ---------------------------------------------------------------------------
# pretty-printer
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_MAJOR 1
VERSION_MINOR 7
VERSION_MINOR 8
VERSION_PATCH 1

0 comments on commit ee6ed7d

Please sign in to comment.