Bump version in bindings
Some checks failed
Crate 📦 Distribution / ${{ matrix.config.name }} (map[arch:x32 name:Windows x86 os:windows-latest]) (push) Has been cancelled
Crate 📦 Distribution / ${{ matrix.config.name }} (map[arch:x64 name:Ubuntu x86_64 os:ubuntu-latest]) (push) Has been cancelled
Crate 📦 Distribution / ${{ matrix.config.name }} (map[arch:x64 name:Windows x86_64 os:windows-latest]) (push) Has been cancelled
Crate 📦 Distribution / ${{ matrix.config.name }} (map[arch:x64 name:macOS x86_64 os:macos-latest]) (push) Has been cancelled
PyPI 📦 Distribution / ${{ matrix.config.name }} (map[arch:x32 name:manylinux2014_i686 os:ubuntu-latest python-ver:3.8]) (push) Has been cancelled
PyPI 📦 Distribution / ${{ matrix.config.name }} (map[arch:x32 name:win32 os:windows-latest python-ver:3.8]) (push) Has been cancelled
PyPI 📦 Distribution / ${{ matrix.config.name }} (map[arch:x64 name:macos_x86_64 os:macos-latest python-ver:3.8]) (push) Has been cancelled
PyPI 📦 Distribution / ${{ matrix.config.name }} (map[arch:x64 name:manylinux2014_x86_64 os:ubuntu-latest python-ver:3.8]) (push) Has been cancelled
PyPI 📦 Distribution / ${{ matrix.config.name }} (map[arch:x64 name:sdist os:ubuntu-latest python-ver:3.8]) (push) Has been cancelled
PyPI 📦 Distribution / ${{ matrix.config.name }} (map[arch:x64 name:win_amd64 os:windows-latest python-ver:3.8]) (push) Has been cancelled
Build UC2 / ${{ matrix.config.name }} (gcc, map[arch:x64 archiver:7z a artifact:windows_mingw32.7z build_type:Debug generators:Ninja mingw:MINGW32 mingw-arch:i686 name:windows-x64 MINGW32 os:windows-latest python-arch:x64 python-ver:3.8]) (push) Has been cancelled
Build UC2 / ${{ matrix.config.name }} (gcc, map[arch:x64 archiver:7z a artifact:windows_mingw64.7z build_type:Debug generators:Ninja mingw:MINGW64 mingw-arch:x86_64 name:windows-x64 MINGW64 os:windows-latest python-arch:x64 python-ver:3.8]) (push) Has been cancelled
Build UC2 / ${{ matrix.config.name }} (gcc, map[arch:x64 archiver:7z a artifact:windows_msvc64.7z build_type:Debug generators:Visual Studio 16 2019 msvc-arch:x64 name:windows-x64 MSVC 64bit os:windows-latest python-arch:x64 python-ver:3.8]) (push) Has been cancelled
Build UC2 / ${{ matrix.config.name }} (gcc, map[arch:x86 archiver:7z a artifact:windows_msvc32.7z build_type:Debug generators:Visual Studio 16 2019 msvc-arch:x86 name:windows-x86 MSVC 32bit os:windows-latest python-arch:x86 python-ver:3.8]) (push) Has been cancelled
Build UC2 / ${{ matrix.config.name }} - ${{ matrix.compiler }} (gcc, map[arch:x64 archiver:7za a artifact:macos-cmake-x64.7z build_type:Debug generators:Ninja name:macos-x64 cmake os:macos-latest python-arch:x64 python-ver:3.8]) (push) Has been cancelled
Build UC2 / ${{ matrix.config.name }} - ${{ matrix.compiler }} (gcc, map[arch:x86_64 archiver:7za a artifact:Android-x86_64.7z build_type:Debug generators:Ninja name:android cmake os:macos-11 python-arch:x86_64 python-ver:3.8]) (push) Has been cancelled
Build UC2 / ${{ matrix.config.name }} - ${{ matrix.compiler }} (gcc, map[arch:aarch64 archiver:7z a artifact:ubuntu-cmake-aarch64.7z build_type:Debug distro:ubuntu20.04 generators:Ninja name:ubuntu-aarch64 cmake os:ubuntu-latest python-arch:aarch64 python-ver:3.8]) (push) Has been cancelled
Build UC2 / ${{ matrix.config.name }} - ${{ matrix.compiler }} (gcc, map[arch:ppc64le archiver:7z a artifact:ubuntu-cmake-ppc64le.7z build_type:Debug distro:ubuntu20.04 generators:Ninja name:ubuntu-ppc64le cmake os:ubuntu-latest python-arch:ppc python-ver:3.8]) (push) Has been cancelled
Build UC2 / ${{ matrix.config.name }} - ${{ matrix.compiler }} (gcc, map[arch:x64 archiver:7z a artifact:ubuntu-cmake-x64.7z build_type:Debug generators:Ninja name:ubuntu-x64 cmake os:ubuntu-latest python-arch:x64 python-ver:3.8]) (push) Has been cancelled
Build UC2 / ${{ matrix.config.name }} - ${{ matrix.compiler }} (gcc, map[arch:x86 archiver:7z a artifact:ubuntu-cmake-x86.7z build_type:Debug generators:Ninja name:ubuntu-x86 cmake os:ubuntu-latest python-arch:x86 python-ver:3.8]) (push) Has been cancelled
PyPI 📦 Distribution / publish (push) Has been cancelled

This commit is contained in:
lazymio
2022-02-13 11:03:57 +01:00
parent 73e4a90d3a
commit c10639fd46
6 changed files with 18 additions and 12 deletions

View File

@ -11,13 +11,13 @@ module Common =
let UC_API_MINOR = 0 let UC_API_MINOR = 0
let UC_API_PATCH = 0 let UC_API_PATCH = 0
let UC_API_EXTRA = 5 let UC_API_EXTRA = 6
let UC_VERSION_MAJOR = 2 let UC_VERSION_MAJOR = 2
let UC_VERSION_MINOR = 0 let UC_VERSION_MINOR = 0
let UC_VERSION_PATCH = 0 let UC_VERSION_PATCH = 0
let UC_VERSION_EXTRA = 5 let UC_VERSION_EXTRA = 6
let UC_SECOND_SCALE = 1000000 let UC_SECOND_SCALE = 1000000
let UC_MILISECOND_SCALE = 1000 let UC_MILISECOND_SCALE = 1000
let UC_ARCH_ARM = 1 let UC_ARCH_ARM = 1
@ -38,6 +38,7 @@ module Common =
let UC_MODE_THUMB = 16 let UC_MODE_THUMB = 16
let UC_MODE_MCLASS = 32 let UC_MODE_MCLASS = 32
let UC_MODE_V8 = 64 let UC_MODE_V8 = 64
let UC_MODE_ARMBE8 = 128
let UC_MODE_ARM926 = 128 let UC_MODE_ARM926 = 128
let UC_MODE_ARM946 = 256 let UC_MODE_ARM946 = 256
let UC_MODE_ARM1176 = 512 let UC_MODE_ARM1176 = 512

View File

@ -6,13 +6,13 @@ const (
API_MINOR = 0 API_MINOR = 0
API_PATCH = 0 API_PATCH = 0
API_EXTRA = 5 API_EXTRA = 6
VERSION_MAJOR = 2 VERSION_MAJOR = 2
VERSION_MINOR = 0 VERSION_MINOR = 0
VERSION_PATCH = 0 VERSION_PATCH = 0
VERSION_EXTRA = 5 VERSION_EXTRA = 6
SECOND_SCALE = 1000000 SECOND_SCALE = 1000000
MILISECOND_SCALE = 1000 MILISECOND_SCALE = 1000
ARCH_ARM = 1 ARCH_ARM = 1
@ -33,6 +33,7 @@ const (
MODE_THUMB = 16 MODE_THUMB = 16
MODE_MCLASS = 32 MODE_MCLASS = 32
MODE_V8 = 64 MODE_V8 = 64
MODE_ARMBE8 = 128
MODE_ARM926 = 128 MODE_ARM926 = 128
MODE_ARM946 = 256 MODE_ARM946 = 256
MODE_ARM1176 = 512 MODE_ARM1176 = 512

View File

@ -8,13 +8,13 @@ public interface UnicornConst {
public static final int UC_API_MINOR = 0; public static final int UC_API_MINOR = 0;
public static final int UC_API_PATCH = 0; public static final int UC_API_PATCH = 0;
public static final int UC_API_EXTRA = 5; public static final int UC_API_EXTRA = 6;
public static final int UC_VERSION_MAJOR = 2; public static final int UC_VERSION_MAJOR = 2;
public static final int UC_VERSION_MINOR = 0; public static final int UC_VERSION_MINOR = 0;
public static final int UC_VERSION_PATCH = 0; public static final int UC_VERSION_PATCH = 0;
public static final int UC_VERSION_EXTRA = 5; public static final int UC_VERSION_EXTRA = 6;
public static final int UC_SECOND_SCALE = 1000000; public static final int UC_SECOND_SCALE = 1000000;
public static final int UC_MILISECOND_SCALE = 1000; public static final int UC_MILISECOND_SCALE = 1000;
public static final int UC_ARCH_ARM = 1; public static final int UC_ARCH_ARM = 1;
@ -35,6 +35,7 @@ public interface UnicornConst {
public static final int UC_MODE_THUMB = 16; public static final int UC_MODE_THUMB = 16;
public static final int UC_MODE_MCLASS = 32; public static final int UC_MODE_MCLASS = 32;
public static final int UC_MODE_V8 = 64; public static final int UC_MODE_V8 = 64;
public static final int UC_MODE_ARMBE8 = 128;
public static final int UC_MODE_ARM926 = 128; public static final int UC_MODE_ARM926 = 128;
public static final int UC_MODE_ARM946 = 256; public static final int UC_MODE_ARM946 = 256;
public static final int UC_MODE_ARM1176 = 512; public static final int UC_MODE_ARM1176 = 512;

View File

@ -9,13 +9,13 @@ const UC_API_MAJOR = 2;
UC_API_MINOR = 0; UC_API_MINOR = 0;
UC_API_PATCH = 0; UC_API_PATCH = 0;
UC_API_EXTRA = 5; UC_API_EXTRA = 6;
UC_VERSION_MAJOR = 2; UC_VERSION_MAJOR = 2;
UC_VERSION_MINOR = 0; UC_VERSION_MINOR = 0;
UC_VERSION_PATCH = 0; UC_VERSION_PATCH = 0;
UC_VERSION_EXTRA = 5; UC_VERSION_EXTRA = 6;
UC_SECOND_SCALE = 1000000; UC_SECOND_SCALE = 1000000;
UC_MILISECOND_SCALE = 1000; UC_MILISECOND_SCALE = 1000;
UC_ARCH_ARM = 1; UC_ARCH_ARM = 1;
@ -36,6 +36,7 @@ const UC_API_MAJOR = 2;
UC_MODE_THUMB = 16; UC_MODE_THUMB = 16;
UC_MODE_MCLASS = 32; UC_MODE_MCLASS = 32;
UC_MODE_V8 = 64; UC_MODE_V8 = 64;
UC_MODE_ARMBE8 = 128;
UC_MODE_ARM926 = 128; UC_MODE_ARM926 = 128;
UC_MODE_ARM946 = 256; UC_MODE_ARM946 = 256;
UC_MODE_ARM1176 = 512; UC_MODE_ARM1176 = 512;

View File

@ -4,13 +4,13 @@ UC_API_MAJOR = 2
UC_API_MINOR = 0 UC_API_MINOR = 0
UC_API_PATCH = 0 UC_API_PATCH = 0
UC_API_EXTRA = 5 UC_API_EXTRA = 6
UC_VERSION_MAJOR = 2 UC_VERSION_MAJOR = 2
UC_VERSION_MINOR = 0 UC_VERSION_MINOR = 0
UC_VERSION_PATCH = 0 UC_VERSION_PATCH = 0
UC_VERSION_EXTRA = 5 UC_VERSION_EXTRA = 6
UC_SECOND_SCALE = 1000000 UC_SECOND_SCALE = 1000000
UC_MILISECOND_SCALE = 1000 UC_MILISECOND_SCALE = 1000
UC_ARCH_ARM = 1 UC_ARCH_ARM = 1
@ -31,6 +31,7 @@ UC_MODE_ARM = 0
UC_MODE_THUMB = 16 UC_MODE_THUMB = 16
UC_MODE_MCLASS = 32 UC_MODE_MCLASS = 32
UC_MODE_V8 = 64 UC_MODE_V8 = 64
UC_MODE_ARMBE8 = 128
UC_MODE_ARM926 = 128 UC_MODE_ARM926 = 128
UC_MODE_ARM946 = 256 UC_MODE_ARM946 = 256
UC_MODE_ARM1176 = 512 UC_MODE_ARM1176 = 512

View File

@ -6,13 +6,13 @@ module UnicornEngine
UC_API_MINOR = 0 UC_API_MINOR = 0
UC_API_PATCH = 0 UC_API_PATCH = 0
UC_API_EXTRA = 5 UC_API_EXTRA = 6
UC_VERSION_MAJOR = 2 UC_VERSION_MAJOR = 2
UC_VERSION_MINOR = 0 UC_VERSION_MINOR = 0
UC_VERSION_PATCH = 0 UC_VERSION_PATCH = 0
UC_VERSION_EXTRA = 5 UC_VERSION_EXTRA = 6
UC_SECOND_SCALE = 1000000 UC_SECOND_SCALE = 1000000
UC_MILISECOND_SCALE = 1000 UC_MILISECOND_SCALE = 1000
UC_ARCH_ARM = 1 UC_ARCH_ARM = 1
@ -33,6 +33,7 @@ module UnicornEngine
UC_MODE_THUMB = 16 UC_MODE_THUMB = 16
UC_MODE_MCLASS = 32 UC_MODE_MCLASS = 32
UC_MODE_V8 = 64 UC_MODE_V8 = 64
UC_MODE_ARMBE8 = 128
UC_MODE_ARM926 = 128 UC_MODE_ARM926 = 128
UC_MODE_ARM946 = 256 UC_MODE_ARM946 = 256
UC_MODE_ARM1176 = 512 UC_MODE_ARM1176 = 512