diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-04-23 01:52:44 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-04-23 01:52:44 +0200 |
commit | d6e7a1918110234bf35b67ea65cf8b68e5041f1c (patch) | |
tree | ee7c9125998094e53c69722e0075127c8283dfa9 | |
parent | 7d65ceb1321cef7941c31352bcc7cb6e1d2c31dc (diff) | |
download | tdeaccessibility-d6e7a1918110234bf35b67ea65cf8b68e5041f1c.tar.gz tdeaccessibility-d6e7a1918110234bf35b67ea65cf8b68e5041f1c.zip |
Update version number to R14.0.10.r14.0.10
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 ef8985f..58e5af7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( tdeaccessibility ) -set( VERSION R14.1.0 ) +set( VERSION R14.0.10 ) #### include essential cmake modules |