From 10e9796c377dc5a9a698ae4d6835f34378c72508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 4 Nov 2020 15:15:53 +0100 Subject: [PATCH] Update version number to R14.0.10. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7db6666..b58cb64 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ ################################################# project( dbus-tqt-1 ) -set( VERSION R14.0.9 ) +set( VERSION R14.0.10 ) ##### cmake setup ###############################