diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:23 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:23 +0200 |
commit | 3c30700b3119907d93673d3a5c4bcd0f96e449b4 (patch) | |
tree | 3254b8d500b4a4436fa7e7f2c38de9700fcbcf88 | |
parent | 7aac45c2ff3634ea31cf9b1a97889065edf650f7 (diff) | |
download | tdewebdev-3c30700b3119907d93673d3a5c4bcd0f96e449b4.tar.gz tdewebdev-3c30700b3119907d93673d3a5c4bcd0f96e449b4.zip |
Update version number to the upcoming R14.0.13.
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 a7875ccd..1109f893 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 3.1 ) ##### general package setup ##################### project( tdewebdev ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) ##### include essential cmake modules ########### |