bump new version 16.0.7.0-3
Signed-off-by: Double Sine <xiao_ai_yu@live.cn>
This commit is contained in:
parent
bdd0317bdb
commit
22995bcd84
|
|
@ -13,7 +13,7 @@ set(BUILD_LIBS_ONLY ON CACHE BOOL "" FORCE)
|
|||
set(UNICORN_ARCH "x86" CACHE STRING "" FORCE)
|
||||
set(UNICORN_INSTALL OFF CACHE BOOL "" FORCE)
|
||||
set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
|
||||
set(UNICORN_BUILD_SAMPLES OFF CACHE BOOL "" FORCE)
|
||||
set(UNICORN_BUILD_TESTS OFF CACHE BOOL "" FORCE)
|
||||
FetchContent_Declare(
|
||||
keystone
|
||||
GIT_REPOSITORY "https://github.com/keystone-engine/keystone.git"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ namespace nkg {
|
|||
void welcome() {
|
||||
puts("***************************************************");
|
||||
puts("* navicat-keygen by @DoubleLabyrinth *");
|
||||
puts("* version: 16.0.7.0-2 *");
|
||||
puts("* version: 16.0.7.0-3 *");
|
||||
puts("***************************************************");
|
||||
puts("");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
void welcome() {
|
||||
puts("***************************************************");
|
||||
puts("* navicat-patcher by @DoubleLabyrinth *");
|
||||
puts("* version: 16.0.7.0-2 *");
|
||||
puts("* version: 16.0.7.0-3 *");
|
||||
puts("***************************************************");
|
||||
puts("");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -699,9 +699,6 @@ namespace nkg {
|
|||
}
|
||||
|
||||
m_tracing = std::move(tracing);
|
||||
for (const auto& [a, b] : m_tracing) {
|
||||
printf("0x%016lx, %zu\n", a, b);
|
||||
}
|
||||
|
||||
//
|
||||
// get result
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user