diff options
author | Slávek Banko <[email protected]> | 2021-05-02 15:33:30 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-05-02 15:33:30 +0200 |
commit | f919fa14431020ec690425694672d122b1aafdb3 (patch) | |
tree | c05953abb1cf5b0b4de0a82feadaeda54a9c5834 | |
parent | 82e7890a2bfaf242f1ee2d9df2ce8f69ccc9d545 (diff) | |
download | tde-style-lipstik-f919fa14431020ec690425694672d122b1aafdb3.tar.gz tde-style-lipstik-f919fa14431020ec690425694672d122b1aafdb3.zip |
Update version number to R14.0.11.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 501f90a..431eee4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( tde-style-lipstik ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |