diff --git a/CMakeLists.txt b/CMakeLists.txt index 59bcc57..d4e92f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ PROJECT(danmaQ) option(ENABLE_TEST "Enable test program build" Off) -set(VERSION "0.2.3.1") +set(VERSION "0.2.3.2") set(CMAKE_CXX_STANDARD 14) diff --git a/src/common.hpp b/src/common.hpp index c37dbab..bf8a672 100644 --- a/src/common.hpp +++ b/src/common.hpp @@ -23,7 +23,7 @@ #include "Subscriber.hpp" #include "DMMainWindow.hpp" -#define DANMAQ_VERSION "0.2.3.1" +#define DANMAQ_VERSION "0.2.3.2" #if defined _WIN32 || defined __CYGWIN__ #define myDebug (qDebug() << "[" << __FILE__ << ":" << __LINE__ << ":" << __FUNCTION__ << "]")