Skip to content

Commit 54d0985

Browse files
Ro_batRo_bat
authored andcommitted
version: increased version to 0.6.0 (application) and 0.3.0 (protocol)
1 parent e3a44dc commit 54d0985

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

version.pri

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
win32:VERSION = 0.5.5.0 # major.minor.patch.build
2-
else:VERSION = 0.5.5 # major.minor.patch
1+
win32:VERSION = 0.6.0.0 # major.minor.patch.build
2+
else:VERSION = 0.6.0 # major.minor.patch
33
DEFINES += APP_VERSION="\\\"$$VERSION\\\""
4-
DEFINES += PROTOCOL_VERSION="\\\"0.2.0\\\""
4+
DEFINES += PROTOCOL_VERSION="\\\"0.3.0\\\""

0 commit comments

Comments
 (0)