diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:15 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:15 +0200 |
commit | c208cb44905c98b08a9420b9c0987f158a6f9fa2 (patch) | |
tree | 4d6c4e9f430a49896c982145c7990fa720c25a6d | |
parent | ff8ef5756e3f1eaa7f4d718cde8693f26627cba3 (diff) | |
download | libcarddav-c208cb44905c98b08a9420b9c0987f158a6f9fa2.tar.gz libcarddav-c208cb44905c98b08a9420b9c0987f158a6f9fa2.zip |
Update version number to R14.0.11.
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 2629c7a..4677538 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( libcarddav ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) set( PACKAGE_VERSION 0.6.1 ) |