diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:21 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:21 +0200 |
commit | 4c5f53e7c0e295e9e26f45179a92d3db1ce07721 (patch) | |
tree | 5fd8e514046dff0a536b9783d5808bbac27a06ce /CMakeLists.txt | |
parent | 8da58280167311c677c9827f4c14676921686964 (diff) | |
download | tdeutils-4c5f53e7c0e295e9e26f45179a92d3db1ce07721.tar.gz tdeutils-4c5f53e7c0e295e9e26f45179a92d3db1ce07721.zip |
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9610356..a36f36b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 3.1 ) project( tdeutils ) set( PACKAGE tdeutils ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) ##### include essential cmake modules ########### |