diff options
author | Slávek Banko <[email protected]> | 2021-05-02 15:33:20 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-05-02 15:33:20 +0200 |
commit | 7cc4c07e85c9ffded316298f78cc89846a5c322c (patch) | |
tree | 7f9c338722efbc6b494b10e02e08830af8cb8239 | |
parent | 2b3d1b7118291eab4f868732ecfc52c1b02523c0 (diff) | |
download | codeine-7cc4c07e85c9ffded316298f78cc89846a5c322c.tar.gz codeine-7cc4c07e85c9ffded316298f78cc89846a5c322c.zip |
Update version number to R14.0.11.
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 7291848..547fb22 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( codeine ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |