diff options
author | Slávek Banko <[email protected]> | 2021-11-02 02:24:10 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-11-02 02:24:10 +0100 |
commit | 81ec66fba621e5092921cfc826eab50b052ff284 (patch) | |
tree | fce336c2c77eae5bfd2e73339a9c28b50960ad47 /CMakeLists.txt | |
parent | 636919b0fac8f36de58d45eec1701e2595ae4d55 (diff) | |
download | tde-i18n-81ec66fba621e5092921cfc826eab50b052ff284.tar.gz tde-i18n-81ec66fba621e5092921cfc826eab50b052ff284.zip |
Update version number to R14.0.12.
Signed-off-by: Slávek Banko <[email protected]>
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 fb3e0350f7a..355435c9eaf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8.12 ) ##### general package setup ##################### project( tde-i18n ) -set( VERSION R14.0.11 ) +set( VERSION R14.0.12 ) ##### include essential cmake modules ########### |