diff options
author | Slávek Banko <[email protected]> | 2021-05-02 15:33:30 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-05-02 15:33:30 +0200 |
commit | 650a60f7a5527b405fdf511bdae77a506bbccae9 (patch) | |
tree | 1970a0e90c8a310b43accde550eb58a6193580a1 /CMakeLists.txt | |
parent | 8b12c1e70760370ed26bb58e05136cd1e64a2978 (diff) | |
download | tastymenu-650a60f7a5527b405fdf511bdae77a506bbccae9.tar.gz tastymenu-650a60f7a5527b405fdf511bdae77a506bbccae9.zip |
Update version number to R14.0.11.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c9aae5d..c8e9488 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.10 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |