Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1")
#define VERSION QString("2.7.3.0")

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

#ifdef Q_OS_LINUX
Expand Down