We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed8156 commit dae6a79Copy full SHA for dae6a79
xn.h
@@ -37,7 +37,7 @@ How does sending work?
37
#include "xn-loco-addr.h"
38
39
#define XN_VERSION_MAJOR 2
40
-#define XN_VERSION_MINOR 0
+#define XN_VERSION_MINOR 2
41
42
namespace Xn {
43
xn.pro
@@ -47,7 +47,7 @@ QT += core gui serialport
47
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
48
49
VERSION_MAJOR = 2
50
-VERSION_MINOR = 1
+VERSION_MINOR = 2
51
52
DEFINES += "VERSION_MAJOR=$$VERSION_MAJOR" \
53
"VERSION_MINOR=$$VERSION_MINOR"
0 commit comments