summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:27 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:27 +0200
commite8b5cf4bcac8dc4a7c2fcdfc081106aea08489e8 (patch)
tree0d9d1bb44a0bdcbc21a3483753e6024b63428360
parent42c066f8476cdbaf4cdb2c5fe1b68ee2f0f1f4e6 (diff)
downloadkpicosim-e8b5cf4bcac8dc4a7c2fcdfc081106aea08489e8.tar.gz
kpicosim-e8b5cf4bcac8dc4a7c2fcdfc081106aea08489e8.zip
Update version number to R14.0.11.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 42d0c27..c4dc427 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 )
#### general package setup
project( kpicosim )
-set( VERSION R14.0.10 )
+set( VERSION R14.0.11 )
#### include essential cmake modules