summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-11-02 02:24:36 +0100
committerSlávek Banko <[email protected]>2021-11-02 02:24:36 +0100
commitce0a3691c52f9ffd90837c97e1815c43c49f6955 (patch)
treeb45e9b5cbbe87fe8f97d0c4f6912aee3f71aaec4
parent3cdde6fcfda998d320aa0c4161011fa37f9e6ea4 (diff)
downloadknetstats-ce0a3691c52f9ffd90837c97e1815c43c49f6955.tar.gz
knetstats-ce0a3691c52f9ffd90837c97e1815c43c49f6955.zip
Update version number to R14.0.12.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bdec2d1..057946f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 )
#### general package setup
project( knetstats )
-set( VERSION R14.0.11 )
+set( VERSION R14.0.12 )
#### include essential cmake modules