summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-11-02 02:24:26 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-11-02 02:24:26 +0100
commita1a993cb145e57f45039e33297bdcaf2c8d4af76 (patch)
treeceec29455a9719fa62d53108eabf418ee15ff6c5
parentc4b03caff0f2727754a434bc444c25396a5d5b71 (diff)
downloadamarok-a1a993cb145e57f45039e33297bdcaf2c8d4af76.tar.gz
amarok-a1a993cb145e57f45039e33297bdcaf2c8d4af76.zip
Update version number to R14.0.12.
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 1ff14eff..133c112e 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.11 )
+set( VERSION R14.0.12 )
##### include essential cmake modules ###########