diff options
author | Slávek Banko <[email protected]> | 2020-11-04 15:16:13 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-11-04 15:16:13 +0100 |
commit | 3a9d7350db6866d20348ad853b22f4c47f66057c (patch) | |
tree | 55b54848eae5fd97de55ea18084f06d06b5ad314 | |
parent | 91558b43ec30370879d0ac24677423fe1f478923 (diff) | |
download | tdebase-3a9d7350db6866d20348ad853b22f4c47f66057c.tar.gz tdebase-3a9d7350db6866d20348ad853b22f4c47f66057c.zip |
Update version number to R14.0.10.
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 a092e0fb4..2b8051787 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required( VERSION 2.8 ) project( tdebase ) set( PACKAGE tdebase ) -set( VERSION R14.0.9 ) +set( VERSION R14.0.10 ) ##### include essential cmake modules ########### |