summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-12-18 22:17:53 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-12-18 22:17:53 +0100
commit671c19c8883763dea17b3dbc01727192fec08abe (patch)
tree956e008f7f758daab9e112d534bdb8a95d3abed3 /CMakeLists.txt
parent8729ac62454c403297f5caefa62144b50f28fac0 (diff)
downloadkshowmail-671c19c8883763dea17b3dbc01727192fec08abe.tar.gz
kshowmail-671c19c8883763dea17b3dbc01727192fec08abe.zip
Update version number for R14.0.7 final release.
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 04cb396..b551d07 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( kshowmail )
-set( VERSION R14.1.0 )
+set( VERSION R14.0.7 )
#### include essential cmake modules