diff options
author | Slávek Banko <[email protected]> | 2022-05-03 10:22:44 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-05-03 10:22:44 +0200 |
commit | 27d9a65e5c86f50499414d6f5d3a1aa9ac061163 (patch) | |
tree | 6838124734a6279f9ae099ecec95b6ff17daca49 | |
parent | 040f98e25bb6ff8afe72fff4070551774a692254 (diff) | |
download | knutclient-27d9a65e5c86f50499414d6f5d3a1aa9ac061163.tar.gz knutclient-27d9a65e5c86f50499414d6f5d3a1aa9ac061163.zip |
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6862d50..3b87f85 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( knutclient ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |