Skip to content

Commit

Permalink
v1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
horacekj committed Mar 1, 2019
1 parent 908f6cf commit e50a59b
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 @@ -36,7 +36,7 @@ How does sending work?
#include "q-str-exception.h"

#define XN_VERSION_MAJOR 1
#define XN_VERSION_MINOR 0
#define XN_VERSION_MINOR 1

namespace Xn {

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

VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_MINOR = 1

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

0 comments on commit e50a59b

Please sign in to comment.