summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-11-04 15:21:30 +0100
committerSlávek Banko <[email protected]>2020-11-04 15:21:30 +0100
commit4f566a3f513420232ad90abfa29208ee4fc4be90 (patch)
treec9cf004fb88e5ec8d12adf503f57405c28db22a9
parent853c1dc0b7f2f22e355b25e6fb7b5f54d9269860 (diff)
downloadtastymenu-4f566a3f513420232ad90abfa29208ee4fc4be90.tar.gz
tastymenu-4f566a3f513420232ad90abfa29208ee4fc4be90.zip
Update version number to R14.0.10.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 73cee7b..f66e318 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( tastymenu )
-set( VERSION R14.0.9 )
+set( VERSION R14.0.10 )
#### include essential cmake modules