summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-05-03 10:22:39 +0200
committerSlávek Banko <[email protected]>2022-05-03 10:22:39 +0200
commit3b0664e33a5f739774d5ccc6e8d29ba70c53af39 (patch)
tree6172b4c609424c5ecc143dbbf04622572c8bb5aa
parent3f40a7266130976d89c1b7a7a25e762e9a8d6bfd (diff)
downloadknetload-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.txt2
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