From c3a4c0827f33af8ad7c606fa89cc3954198f974f Mon Sep 17 00:00:00 2001 From: Colin Duquesnoy Date: Sun, 26 Jun 2016 15:34:06 +0200 Subject: [PATCH] Bump version to 2.2.0 and update changelog --- CHANGELOG.md | 6 ++++++ mellowplayer.pro | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b0c0174..622b6a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mellowplayer.pro b/mellowplayer.pro index 1934db17..08c74bc1 100644 --- a/mellowplayer.pro +++ b/mellowplayer.pro @@ -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