diff options
author | Slávek Banko <[email protected]> | 2022-05-03 10:22:28 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-05-03 10:22:28 +0200 |
commit | 49f367828bf32f05d0764f26b35f18f6180f4cfa (patch) | |
tree | 2c539c3024e5b24933658011f0c688702101562e | |
parent | 9cfadf6f7488590d8662b229d5a5fe6e37d08cec (diff) | |
download | amarok-49f367828bf32f05d0764f26b35f18f6180f4cfa.tar.gz amarok-49f367828bf32f05d0764f26b35f18f6180f4cfa.zip |
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
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 ########### |