diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-11 01:07:48 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-11 01:07:48 +0200 |
commit | 60e09f784ba5c2ee1facb47a081ec3ba700350da (patch) | |
tree | f91ef77209f630abb1c896560010f01233678a05 /CMakeLists.txt | |
parent | 62bb20bce9e939f5ee4e8fc148a18a1dede0ac06 (diff) | |
download | tde-style-lipstik-60e09f784ba5c2ee1facb47a081ec3ba700350da.tar.gz tde-style-lipstik-60e09f784ba5c2ee1facb47a081ec3ba700350da.zip |
Update version number for R14.0.8 final release.
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 b919205..66ffd5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( tde-style-lipstik ) -set( VERSION R14.0.7 ) +set( VERSION R14.0.8 ) #### include essential cmake modules |