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