diff options
author | Slávek Banko <[email protected]> | 2021-05-02 15:33:32 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-05-02 15:33:32 +0200 |
commit | 2b6b99081ec53facc499180a8dbc3f01ff905455 (patch) | |
tree | 550816986ed14def9252282e653ef21ceb7a1b81 /CMakeLists.txt | |
parent | 8c8b2c40e8e9d8506d002e6529fbce68ad9a9e81 (diff) | |
download | tellico-2b6b99081ec53facc499180a8dbc3f01ff905455.tar.gz tellico-2b6b99081ec53facc499180a8dbc3f01ff905455.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 cbb3d8e..a490c83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8.12 ) ##### general package setup ##################### project( tellico ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) ##### include essential cmake modules ########### |