summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-05-22 16:12:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-05-22 16:12:22 +0900
commit8625e0bbd4b92de8c8f1a6d846ded9b8a171ad09 (patch)
tree3d0cf8b462ec87335375d687c045fca1dcec74c2
parent2579382c11166c4b7519ca3cd453fce225c5a41e (diff)
downloadamarok-8625e0bbd4b92de8c8f1a6d846ded9b8a171ad09.tar.gz
amarok-8625e0bbd4b92de8c8f1a6d846ded9b8a171ad09.zip
Update release version number to R14.0.9.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0b259f3d..b75c2b5c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 )
##### general package setup #####################
project( amarok )
-set( VERSION R14.0.8 )
+set( VERSION R14.0.9 )
##### include essential cmake modules ###########