diff --git a/Cargo.toml b/Cargo.toml index 76db12c3..540eef6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unicorn-engine" -version = "2.1.1" +version = "2.1.2" authors = ["Ziqiao Kong", "Lukas Seidel"] documentation = "https://github.com/unicorn-engine/unicorn/wiki" edition = "2021" diff --git a/bindings/dotnet/UnicornEngine/Const/Common.fs b/bindings/dotnet/UnicornEngine/Const/Common.fs index 76f1ce11..0f03ca42 100644 --- a/bindings/dotnet/UnicornEngine/Const/Common.fs +++ b/bindings/dotnet/UnicornEngine/Const/Common.fs @@ -8,13 +8,11 @@ open System module Common = let UC_API_MAJOR = 2 let UC_API_MINOR = 1 - - let UC_API_PATCH = 0 + let UC_API_PATCH = 2 let UC_API_EXTRA = 255 let UC_VERSION_MAJOR = 2 let UC_VERSION_MINOR = 1 - - let UC_VERSION_PATCH = 0 + let UC_VERSION_PATCH = 2 let UC_VERSION_EXTRA = 255 let UC_SECOND_SCALE = 1000000 let UC_MILISECOND_SCALE = 1000 diff --git a/bindings/dotnet/UnicornEngine/UnicornEngine.fsproj b/bindings/dotnet/UnicornEngine/UnicornEngine.fsproj index 69c1052b..bac82d6e 100644 --- a/bindings/dotnet/UnicornEngine/UnicornEngine.fsproj +++ b/bindings/dotnet/UnicornEngine/UnicornEngine.fsproj @@ -6,7 +6,7 @@ Copyright © Antonio Parata 2016 https://github.com/unicorn-engine/unicorn .NET bindings for unicorn - 2.1.1 + 2.1.2 $(VersionSuffix) 0c21f1c1-2725-4a46-9022-1905f85822a5 true diff --git a/bindings/dotnet/UnicornSamples/UnicornSamples.csproj b/bindings/dotnet/UnicornSamples/UnicornSamples.csproj index 288052a0..4518f574 100644 --- a/bindings/dotnet/UnicornSamples/UnicornSamples.csproj +++ b/bindings/dotnet/UnicornSamples/UnicornSamples.csproj @@ -6,7 +6,7 @@ UnicornSamples Copyright © Antonio Parata 2016 https://github.com/unicorn-engine/unicorn - 2.1.1 + 2.1.2 {B80B5987-1E24-4309-8BF9-C4F91270F21C} true diff --git a/bindings/go/unicorn/unicorn_const.go b/bindings/go/unicorn/unicorn_const.go index 16b03619..5f3f39a0 100644 --- a/bindings/go/unicorn/unicorn_const.go +++ b/bindings/go/unicorn/unicorn_const.go @@ -3,13 +3,11 @@ package unicorn const ( API_MAJOR = 2 API_MINOR = 1 - - API_PATCH = 0 + API_PATCH = 2 API_EXTRA = 255 VERSION_MAJOR = 2 VERSION_MINOR = 1 - - VERSION_PATCH = 0 + VERSION_PATCH = 2 VERSION_EXTRA = 255 SECOND_SCALE = 1000000 MILISECOND_SCALE = 1000 diff --git a/bindings/java/pom.xml b/bindings/java/pom.xml index e23efe8a..62901964 100644 --- a/bindings/java/pom.xml +++ b/bindings/java/pom.xml @@ -6,7 +6,7 @@ org.unicorn-engine unicorn - 2.1.1 + 2.1.2 unicorn https://www.unicorn-engine.org diff --git a/bindings/java/src/main/java/unicorn/UnicornConst.java b/bindings/java/src/main/java/unicorn/UnicornConst.java index b0d135a8..add18860 100644 --- a/bindings/java/src/main/java/unicorn/UnicornConst.java +++ b/bindings/java/src/main/java/unicorn/UnicornConst.java @@ -5,13 +5,11 @@ package unicorn; public interface UnicornConst { public static final int UC_API_MAJOR = 2; public static final int UC_API_MINOR = 1; - - public static final int UC_API_PATCH = 0; + public static final int UC_API_PATCH = 2; public static final int UC_API_EXTRA = 255; public static final int UC_VERSION_MAJOR = 2; public static final int UC_VERSION_MINOR = 1; - - public static final int UC_VERSION_PATCH = 0; + public static final int UC_VERSION_PATCH = 2; public static final int UC_VERSION_EXTRA = 255; public static final int UC_SECOND_SCALE = 1000000; public static final int UC_MILISECOND_SCALE = 1000; diff --git a/bindings/pascal/unicorn/UnicornConst.pas b/bindings/pascal/unicorn/UnicornConst.pas index 92a99d4a..fadf7400 100644 --- a/bindings/pascal/unicorn/UnicornConst.pas +++ b/bindings/pascal/unicorn/UnicornConst.pas @@ -6,13 +6,11 @@ interface const UC_API_MAJOR = 2; UC_API_MINOR = 1; - - UC_API_PATCH = 0; + UC_API_PATCH = 2; UC_API_EXTRA = 255; UC_VERSION_MAJOR = 2; UC_VERSION_MINOR = 1; - - UC_VERSION_PATCH = 0; + UC_VERSION_PATCH = 2; UC_VERSION_EXTRA = 255; UC_SECOND_SCALE = 1000000; UC_MILISECOND_SCALE = 1000; diff --git a/bindings/python/unicorn/unicorn_const.py b/bindings/python/unicorn/unicorn_const.py index 46c53ddc..41975a08 100644 --- a/bindings/python/unicorn/unicorn_const.py +++ b/bindings/python/unicorn/unicorn_const.py @@ -1,13 +1,11 @@ # For Unicorn Engine. AUTO-GENERATED FILE, DO NOT EDIT [unicorn_const.py] UC_API_MAJOR = 2 UC_API_MINOR = 1 - -UC_API_PATCH = 0 +UC_API_PATCH = 2 UC_API_EXTRA = 255 UC_VERSION_MAJOR = 2 UC_VERSION_MINOR = 1 - -UC_VERSION_PATCH = 0 +UC_VERSION_PATCH = 2 UC_VERSION_EXTRA = 255 UC_SECOND_SCALE = 1000000 UC_MILISECOND_SCALE = 1000 diff --git a/bindings/ruby/unicorn_gem/lib/unicorn_engine/unicorn_const.rb b/bindings/ruby/unicorn_gem/lib/unicorn_engine/unicorn_const.rb index 8c004ed0..8e6c6fb9 100644 --- a/bindings/ruby/unicorn_gem/lib/unicorn_engine/unicorn_const.rb +++ b/bindings/ruby/unicorn_gem/lib/unicorn_engine/unicorn_const.rb @@ -3,13 +3,11 @@ module UnicornEngine UC_API_MAJOR = 2 UC_API_MINOR = 1 - - UC_API_PATCH = 0 + UC_API_PATCH = 2 UC_API_EXTRA = 255 UC_VERSION_MAJOR = 2 UC_VERSION_MINOR = 1 - - UC_VERSION_PATCH = 0 + UC_VERSION_PATCH = 2 UC_VERSION_EXTRA = 255 UC_SECOND_SCALE = 1000000 UC_MILISECOND_SCALE = 1000 diff --git a/bindings/zig/unicorn/unicorn_const.zig b/bindings/zig/unicorn/unicorn_const.zig index aaf1169f..0dc08298 100644 --- a/bindings/zig/unicorn/unicorn_const.zig +++ b/bindings/zig/unicorn/unicorn_const.zig @@ -3,13 +3,11 @@ pub const unicornConst = enum(c_int) { API_MAJOR = 2, API_MINOR = 1, - - API_PATCH = 0, + API_PATCH = 2, API_EXTRA = 255, VERSION_MAJOR = 2, VERSION_MINOR = 1, - - VERSION_PATCH = 0, + VERSION_PATCH = 2, VERSION_EXTRA = 255, SECOND_SCALE = 1000000, MILISECOND_SCALE = 1000, diff --git a/include/unicorn/unicorn.h b/include/unicorn/unicorn.h index 89efb0c4..3393c1a1 100644 --- a/include/unicorn/unicorn.h +++ b/include/unicorn/unicorn.h @@ -72,7 +72,7 @@ typedef size_t uc_hook; // Unicorn API version #define UC_API_MAJOR 2 #define UC_API_MINOR 1 -#define UC_API_PATCH 1 +#define UC_API_PATCH 2 // Release candidate version, 255 means the official release. #define UC_API_EXTRA 255