diff options
author | Slávek Banko <[email protected]> | 2022-05-03 10:22:42 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-05-03 10:22:42 +0200 |
commit | 0d252c4f31916bb87ab48b8611453df666d4870c (patch) | |
tree | bd57a20e182be68b470af2078b4a7ab3bc2e033f /CMakeLists.txt | |
parent | 4013c916a785c16d7527a94832bc852e30c0e63e (diff) | |
download | tde-style-domino-0d252c4f31916bb87ab48b8611453df666d4870c.tar.gz tde-style-domino-0d252c4f31916bb87ab48b8611453df666d4870c.zip |
Update version number to the upcoming R14.0.13.
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 00ebc95..23bf9ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( tde-style-domino ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |