diff options
author | Slávek Banko <[email protected]> | 2020-11-04 15:20:36 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-11-04 15:20:36 +0100 |
commit | 833723b36d204546c474d05d737cfa9a3aadd7ee (patch) | |
tree | b6707fa3318227eae66b44b0d297af62fcd9dcbb | |
parent | c486db87a98d5a0ac97b50eb449455e3da58b8be (diff) | |
download | krename-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.txt | 2 |
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 |