summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:28 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:28 +0200
commit49f367828bf32f05d0764f26b35f18f6180f4cfa (patch)
tree2c539c3024e5b24933658011f0c688702101562e
parent9cfadf6f7488590d8662b229d5a5fe6e37d08cec (diff)
downloadamarok-49f367828bf32f05d0764f26b35f18f6180f4cfa.tar.gz
amarok-49f367828bf32f05d0764f26b35f18f6180f4cfa.zip
Update version number to the upcoming R14.0.13.
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 bf1ce6ec..07c896af 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 3.1 )
##### general package setup #####################
project( amarok )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
##### include essential cmake modules ###########