summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-11-04 15:20:36 +0100
committerSlávek Banko <[email protected]>2020-11-04 15:20:36 +0100
commit833723b36d204546c474d05d737cfa9a3aadd7ee (patch)
treeb6707fa3318227eae66b44b0d297af62fcd9dcbb
parentc486db87a98d5a0ac97b50eb449455e3da58b8be (diff)
downloadkrename-833723b36d204546c474d05d737cfa9a3aadd7ee.tar.gz
krename-833723b36d204546c474d05d737cfa9a3aadd7ee.zip
Update version number to R14.0.10.
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 d4e127a..598007c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( krename )
-set( VERSION R14.0.9 )
+set( VERSION R14.0.10 )
#### include essential cmake modules