summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:20 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:20 +0200
commitb6864f96a8e403c8c3bd2c21084430746cf6fb26 (patch)
tree521719b572e66a397eb568e2cb4cdc3661e73887
parent436f7ad899fe1b56b192ed6bc8ecbe074b10c0e5 (diff)
downloadamarok-b6864f96a8e403c8c3bd2c21084430746cf6fb26.tar.gz
amarok-b6864f96a8e403c8c3bd2c21084430746cf6fb26.zip
Update version number to R14.0.11.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2262d7c6..2b623fa2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8.12 )
##### general package setup #####################
project( amarok )
-set( VERSION R14.0.10 )
+set( VERSION R14.0.11 )
##### include essential cmake modules ###########