diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:26 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:26 +0200 |
commit | e3e2f0e72cdaaf0b663d288a3cddd26bd3bf35df (patch) | |
tree | f2063e2d9f0ad24a55760c69704b76d4834c2a31 | |
parent | b599582315903964bc30e0944e446bdde45a4631 (diff) | |
download | kopete-otr-e3e2f0e72cdaaf0b663d288a3cddd26bd3bf35df.tar.gz kopete-otr-e3e2f0e72cdaaf0b663d288a3cddd26bd3bf35df.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 8370bce..c3dc286 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kopete_otr ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |