summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-11-02 02:24:04 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-11-02 02:24:04 +0100
commit309c1c905e4129b1bdf965ea151bd093da64bc64 (patch)
tree7d60b5b9c4d05f665035bb4e284a1c42d629b93d /CMakeLists.txt
parent9f4c695977cf924e86ad2eb7589eb9d1b217325d (diff)
downloadtdegraphics-309c1c905e4129b1bdf965ea151bd093da64bc64.tar.gz
tdegraphics-309c1c905e4129b1bdf965ea151bd093da64bc64.zip
Update version number to R14.0.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7123455a..c749375c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8.12 )
##### general package setup #####################
project( tdegraphics )
-set( VERSION R14.0.11 )
+set( VERSION R14.0.12 )
##### include essential cmake modules ###########