From dae6a791812664eca641fe8064a415c0b1d0403e Mon Sep 17 00:00:00 2001 From: Jan Horacek Date: Thu, 23 Jan 2020 15:21:49 +0100 Subject: [PATCH] v2.2. --- xn.h | 2 +- xn.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xn.h b/xn.h index 1e47b14..52b5e32 100644 --- a/xn.h +++ b/xn.h @@ -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 { diff --git a/xn.pro b/xn.pro index b527e84..fc59c75 100644 --- a/xn.pro +++ b/xn.pro @@ -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"