diff options
author | Slávek Banko <[email protected]> | 2020-11-04 15:17:57 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-11-04 15:17:57 +0100 |
commit | 22ed41cc1f0f70299861bc30b4834f2e6a25fe54 (patch) | |
tree | 374443bc77bb4bc157085857fd10af28e7bcf3f8 | |
parent | a94d97db8ad6f15bdd10965a7adf1bccd58104e1 (diff) | |
download | codeine-22ed41cc1f0f70299861bc30b4834f2e6a25fe54.tar.gz codeine-22ed41cc1f0f70299861bc30b4834f2e6a25fe54.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 4832fe7..6ca626f 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.0.9 ) +set( VERSION R14.0.10 ) #### include essential cmake modules |