Skip to content

Commit

Permalink
v2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
horacekj committed Jan 23, 2020
1 parent fed8156 commit dae6a79
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 2
#define XN_VERSION_MINOR 0
#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 @@ -47,7 +47,7 @@ QT += core gui serialport
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

VERSION_MAJOR = 2
VERSION_MINOR = 1
VERSION_MINOR = 2

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

0 comments on commit dae6a79

Please sign in to comment.