summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-10-16 16:16:30 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-10-16 16:16:30 +0200
commita94d97db8ad6f15bdd10965a7adf1bccd58104e1 (patch)
tree368a2f5018e3b44c1b453fbf0f0041c6e04284e9 /CMakeLists.txt
parent210ecc384d61db55c8da103a27acf5237097e31d (diff)
downloadcodeine-r14.0.9.tar.gz
codeine-r14.0.9.zip
Update release version number to R14.0.9.r14.0.9
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cb9c06d..4832fe7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( codeine )
-set( VERSION R14.1.0 )
+set( VERSION R14.0.9 )
#### include essential cmake modules