diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-11-02 02:24:38 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-11-02 02:24:38 +0100 |
commit | 2a618a8e21994fc62daca98379aebda6ef843bbf (patch) | |
tree | 435709510f502540f99af3215b437bd2d9a048d7 | |
parent | 0f38d3f310ca243348b1c98873a70ba11435fed5 (diff) | |
download | tastymenu-2a618a8e21994fc62daca98379aebda6ef843bbf.tar.gz tastymenu-2a618a8e21994fc62daca98379aebda6ef843bbf.zip |
Update version number to R14.0.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c8e9488..51e0696 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( tastymenu ) -set( VERSION R14.0.11 ) +set( VERSION R14.0.12 ) #### include essential cmake modules |