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 | bc948bef3b801d8dba60ae70bc0b6c41879e7892 (patch) | |
tree | 35d4b80c056c0baede8392ffa78a4fcc5f5cb7f0 /CMakeLists.txt | |
parent | 8dee2e71b4b62838c89db5294a7283f51b7206d7 (diff) | |
download | tde-style-domino-bc948bef3b801d8dba60ae70bc0b6c41879e7892.tar.gz tde-style-domino-bc948bef3b801d8dba60ae70bc0b6c41879e7892.zip |
Update version number to R14.0.11.
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 cd4ae79..a0d48bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( tde-style-domino ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |