summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:25 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:25 +0200
commit27bcf4940f85cdf6872614c540d06f69851c0983 (patch)
tree77c6d59c3b5fbedf7bcdbfe8ea4442beaa10d19a
parent0dac4a06038c3a041f6c662b5bad0631a8630c8c (diff)
downloadtdepacman-27bcf4940f85cdf6872614c540d06f69851c0983.tar.gz
tdepacman-27bcf4940f85cdf6872614c540d06f69851c0983.zip
Update version number to the upcoming R14.0.13.
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 8ad876e..23e9c68 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( tdepacman )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules