Browse Source

update

master
zhaohe 1 year ago
parent
commit
8622ccdad4
  1. 2
      CMakeLists.txt
  2. 2
      src/version.h

2
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++)

2
src/version.h

@ -1,4 +1,4 @@
#pragma once
#define VERSION "VERSION_12"
#define VERSION "VERSION_13"
#define MAUFACTURER "iflytop"
Loading…
Cancel
Save