Skip to content

Commit

Permalink
Update version to 2.7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
turbedi authored Jun 6, 2017
1 parent c51dab3 commit 1abb5a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Shared/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

#include <qglobal.h>

#define VERSION QString("2.7.2")
#define VERSION QString("2.7.2.1")

static const quint16 PROTOCOL_VERSION = 4;
static const quint16 PROTOCOL_SUBVERSION = 0;
static const quint16 CLIENT_VERSION_NUMBER = 2720;
static const quint16 CLIENT_VERSION_NUMBER = 2721;
static const int UPDATE_ID = 4;

#ifdef Q_OS_LINUX
Expand Down

0 comments on commit 1abb5a4

Please sign in to comment.