Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Commit

Permalink
Fix version number not updated
Browse files Browse the repository at this point in the history
Bump version to 2.1.1
  • Loading branch information
ColinDuquesnoy committed Jun 5, 2016
1 parent c2e27e4 commit 64a407e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mellowplayer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ QT += core gui network widgets webengine webenginewidgets
CONFIG += c++11

# Version and windows icon
win32:VERSION = 2.0.1.0 # major.minor.patch.build
else:VERSION = 2.0.1 # major.minor[.patch]
win32:VERSION = 2.1.1.0 # major.minor.patch.build
else:VERSION = 2.1.1 # major.minor[.patch]
DEFINES += APP_VERSION=\\\"$$VERSION\\\"

# Windows specific rules
Expand Down

0 comments on commit 64a407e

Please sign in to comment.