summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-11-02 02:24:28 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-11-02 02:24:28 +0100
commit3f42b68ae4e776a89bdcf9323e4a695d2a4ffc87 (patch)
treeeff017e86e7022e93a64901e6d43ae18d66365e1
parent4fd8c52c257d9a142961e042aa2fd1a1675f9998 (diff)
downloadbasket-3f42b68ae4e776a89bdcf9323e4a695d2a4ffc87.tar.gz
basket-3f42b68ae4e776a89bdcf9323e4a695d2a4ffc87.zip
Update version number to R14.0.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cdb8077..25ecf86 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 )
#### general package setup
project( basket )
-set( VERSION R14.0.11 )
+set( VERSION R14.0.12 )
#### include essential cmake modules