summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:20 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:20 +0200
commit7cc4c07e85c9ffded316298f78cc89846a5c322c (patch)
tree7f9c338722efbc6b494b10e02e08830af8cb8239
parent2b3d1b7118291eab4f868732ecfc52c1b02523c0 (diff)
downloadcodeine-7cc4c07e85c9ffded316298f78cc89846a5c322c.tar.gz
codeine-7cc4c07e85c9ffded316298f78cc89846a5c322c.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 7291848..547fb22 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 )
#### general package setup
project( codeine )
-set( VERSION R14.0.10 )
+set( VERSION R14.0.11 )
#### include essential cmake modules