Skip to content

Commit dae6a79

Browse files
committed
v2.2.
1 parent fed8156 commit dae6a79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ How does sending work?
3737
#include "xn-loco-addr.h"
3838

3939
#define XN_VERSION_MAJOR 2
40-
#define XN_VERSION_MINOR 0
40+
#define XN_VERSION_MINOR 2
4141

4242
namespace Xn {
4343

xn.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ QT += core gui serialport
4747
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
4848

4949
VERSION_MAJOR = 2
50-
VERSION_MINOR = 1
50+
VERSION_MINOR = 2
5151

5252
DEFINES += "VERSION_MAJOR=$$VERSION_MAJOR" \
5353
"VERSION_MINOR=$$VERSION_MINOR"

0 commit comments

Comments
 (0)