diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-11-02 02:24:06 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-11-02 02:24:06 +0100 |
commit | e0e574a81836ff86c15d6b5ff722570f5299a651 (patch) | |
tree | 38751197e8deb65e38ff58d0d65ad4b9f83aaf03 | |
parent | 29fcb00c8bc092035e8b73e1e3560f6aaf5a364f (diff) | |
download | tdeaccessibility-e0e574a81836ff86c15d6b5ff722570f5299a651.tar.gz tdeaccessibility-e0e574a81836ff86c15d6b5ff722570f5299a651.zip |
Update version number to R14.0.12.
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 1af4595..003d1fb 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.0.11 ) +set( VERSION R14.0.12 ) #### include essential cmake modules |