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

Commit

Permalink
Bump version to 2.2.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDuquesnoy committed Jun 26, 2016
1 parent 4937123 commit c3a4c08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.0

### 2.0.0

Add a lyrics panel that show the lyrics of the current song (using the chartlyrics web service).

## 2.1

### 2.1.2
Expand Down
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 xml
CONFIG += c++11

# Version and windows icon
win32:VERSION = 2.1.2.0 # major.minor.patch.build
else:VERSION = 2.1.2 # major.minor[.patch]
win32:VERSION = 2.2.0.0 # major.minor.patch.build
else:VERSION = 2.2.0 # major.minor[.patch]
DEFINES += APP_VERSION=\\\"$$VERSION\\\"

# Windows specific rules
Expand Down

0 comments on commit c3a4c08

Please sign in to comment.