diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:36 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:36 +0200 |
commit | 7edcd4c3a95fbd336d14053b51dc120f3f24de0c (patch) | |
tree | 823aa843b02b795a96eb10072c03cf69b28af9d5 | |
parent | e508e2bb284946bae64aa2d3b749903251edae08 (diff) | |
download | kile-7edcd4c3a95fbd336d14053b51dc120f3f24de0c.tar.gz kile-7edcd4c3a95fbd336d14053b51dc120f3f24de0c.zip |
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7181d6d..c6a51f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kile ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |