Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed Aug 12, 2023
1 parent 979d944 commit 7e4e68a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
SRC_DIR = ROOT_DIR / '..' / '..'
BUILD_DIR = SRC_DIR / 'build_python'

VERSION = "2.0.2"
VERSION = "2.1.0"

if SYSTEM == 'darwin':
LIBRARY_FILE = "libunicornafl.dylib"
Expand Down Expand Up @@ -145,7 +145,7 @@ def run(self):
zip_safe=False,
include_package_data=True,
install_requires=[
"unicorn>=2.0.0rc7"
"unicorn>=2.0.1"
],
is_pure=False,
package_data={
Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unicornafl"
version = "1.1.0"
version = "1.1.1"
authors = ["Lukas Seidel", "Dominik Maier"]
documentation = ""
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion include/unicornafl/unicornafl.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extern "C" {
#define UNICORNAFL_EXPORT
#endif

#define MIN_UC_VERSION 0x02000006
#define MIN_UC_VERSION 0x02000100

typedef enum uc_afl_ret {
UC_AFL_RET_OK = 0,
Expand Down

0 comments on commit 7e4e68a

Please sign in to comment.