Bump 2.1.3

This commit is contained in:
mio
2025-02-17 20:26:31 +08:00
parent 9ec6b0be94
commit 8dcaa33c66
20 changed files with 41 additions and 27 deletions

View File

@@ -8,11 +8,11 @@ open System
module Common =
let UC_API_MAJOR = 2
let UC_API_MINOR = 1
let UC_API_PATCH = 2
let UC_API_PATCH = 3
let UC_API_EXTRA = 255
let UC_VERSION_MAJOR = 2
let UC_VERSION_MINOR = 1
let UC_VERSION_PATCH = 2
let UC_VERSION_PATCH = 3
let UC_VERSION_EXTRA = 255
let UC_SECOND_SCALE = 1000000
let UC_MILISECOND_SCALE = 1000

View File

@@ -198,7 +198,9 @@ module Mips =
let UC_MIPS_REG_CP0_CONFIG3 = 137
let UC_MIPS_REG_CP0_USERLOCAL = 138
let UC_MIPS_REG_CP0_STATUS = 139
let UC_MIPS_REG_ENDING = 140
let UC_MIPS_REG_FIR = 140
let UC_MIPS_REG_FCSR = 141
let UC_MIPS_REG_ENDING = 142
let UC_MIPS_REG_ZERO = 2
let UC_MIPS_REG_AT = 3
let UC_MIPS_REG_V0 = 4

View File

@@ -6,7 +6,7 @@
<Copyright>Copyright © Antonio Parata 2016</Copyright>
<RepositoryUrl>https://github.com/unicorn-engine/unicorn</RepositoryUrl>
<PackageDescription>.NET bindings for unicorn</PackageDescription>
<VersionPrefix>2.1.2</VersionPrefix>
<VersionPrefix>2.1.3</VersionPrefix>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<ProjectGuid>0c21f1c1-2725-4a46-9022-1905f85822a5</ProjectGuid>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>

View File

@@ -6,7 +6,7 @@
<AssemblyName>UnicornSamples</AssemblyName>
<Copyright>Copyright © Antonio Parata 2016</Copyright>
<RepositoryUrl>https://github.com/unicorn-engine/unicorn</RepositoryUrl>
<Version>2.1.2</Version>
<Version>2.1.3</Version>
<ProjectGuid>{B80B5987-1E24-4309-8BF9-C4F91270F21C}</ProjectGuid>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>