Skip to content

Commit

Permalink
Bump to 0.2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed May 25, 2020
1 parent 3ab9ee0 commit ff20925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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__ << "]")
Expand Down

0 comments on commit ff20925

Please sign in to comment.