diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:30 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:30 +0200 |
commit | f75a51b2f9e60ce0bac47b6140d15f634e5f7728 (patch) | |
tree | cd282e5de7e02ade8b09ca67c1c6aedcbebd4ff0 | |
parent | 92c1a9c34cff41cfb4440faa7cb9acae02be32f5 (diff) | |
download | tde-style-baghira-f75a51b2f9e60ce0bac47b6140d15f634e5f7728.tar.gz tde-style-baghira-f75a51b2f9e60ce0bac47b6140d15f634e5f7728.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 910f5e8..46b4cf6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( tde-style-baghira ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |