From 8622ccdad4b40296d2b24ab957909518d0bbb81a Mon Sep 17 00:00:00 2001 From: zhaohe Date: Wed, 26 Jun 2024 11:36:24 +0800 Subject: [PATCH] update --- CMakeLists.txt | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4cdbf3c..e70274d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,7 @@ set(PROJECT_SOURCES ) -add_executable(a8000_pc_upper WIN32 +add_executable(a8000_pc_upper ${PROJECT_SOURCES} ) target_link_options(a8000_pc_upper PRIVATE -static -static-libgcc -static-libstdc++) diff --git a/src/version.h b/src/version.h index 1a17f70..6682bee 100644 --- a/src/version.h +++ b/src/version.h @@ -1,4 +1,4 @@ #pragma once -#define VERSION "VERSION_12" +#define VERSION "VERSION_13" #define MAUFACTURER "iflytop" \ No newline at end of file