diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-11-02 02:24:42 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-11-02 02:24:42 +0100 |
commit | 9959f62f7fec408948da31112a697aad6a4269f9 (patch) | |
tree | 0da170c07995b417e8932c379e730b4df93654a3 | |
parent | 4ef2cebf3efbd43dbed49ac9b97ffd9d42bbbedc (diff) | |
download | tde-style-lipstik-9959f62f7fec408948da31112a697aad6a4269f9.tar.gz tde-style-lipstik-9959f62f7fec408948da31112a697aad6a4269f9.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 8bbc1c3..16ba019 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.11 ) +set( VERSION R14.0.12 ) #### include essential cmake modules |