Skip to content

Commit

Permalink
v1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
horacekj committed Aug 30, 2019
1 parent 991aefc commit 8ac3723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xn.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ How does sending work?
#include "xn-loco-addr.h"

#define XN_VERSION_MAJOR 1
#define XN_VERSION_MINOR 1
#define XN_VERSION_MINOR 2

namespace Xn {

Expand Down
2 changes: 1 addition & 1 deletion xn.pro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ QMAKE_CXXFLAGS += -Wall -Wextra -pedantic
QT += serialport

VERSION_MAJOR = 1
VERSION_MINOR = 1
VERSION_MINOR = 2

DEFINES += "VERSION_MAJOR=$$VERSION_MAJOR" \
"VERSION_MINOR=$$VERSION_MINOR"
Expand Down

0 comments on commit 8ac3723

Please sign in to comment.