diff options
author | Slávek Banko <[email protected]> | 2022-05-03 10:22:39 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-05-03 10:22:39 +0200 |
commit | 3b0664e33a5f739774d5ccc6e8d29ba70c53af39 (patch) | |
tree | 6172b4c609424c5ecc143dbbf04622572c8bb5aa | |
parent | 3f40a7266130976d89c1b7a7a25e762e9a8d6bfd (diff) | |
download | knetload-3b0664e33a5f739774d5ccc6e8d29ba70c53af39.tar.gz knetload-3b0664e33a5f739774d5ccc6e8d29ba70c53af39.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 747f501..610800a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( knetload ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |