update 更新版本号

dev_lsy
liusiyang 2 weeks ago
parent eba708f32a
commit c321a118d5

@ -2,7 +2,7 @@
#define ImgCheckBase_H_ #define ImgCheckBase_H_
#include <string> #include <string>
#include <memory> #include <memory>
#define ALL_INTERFACE_VERSION 6 #define ALL_INTERFACE_VERSION 7
#define MAX_GPU_NUM 4 #define MAX_GPU_NUM 4
enum CHECK_THREAD_RUN_STATUS enum CHECK_THREAD_RUN_STATUS

@ -170,7 +170,7 @@ int ImgCheckAnalysisy::GetStatus()
std::string ImgCheckAnalysisy::GetVersion() std::string ImgCheckAnalysisy::GetVersion()
{ {
return std::string("BOE_1.2.1_" + std::string(__DATE__) + "_" + std::string(__TIME__)); return std::string("BOE_1.2.2_" + std::string(__DATE__) + "_" + std::string(__TIME__));
} }
std::string ImgCheckAnalysisy::GetErrorInfo() std::string ImgCheckAnalysisy::GetErrorInfo()

Loading…
Cancel
Save