summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-11-04 15:21:53 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-11-04 15:21:53 +0100
commitcffe7ac4760b1e128caf846df1346864f4ccf4c8 (patch)
tree3cb17e2781a671ac2afc40c7dd09bcd6b13421d7
parent7c1e9d79f1f898cf5ef54b6cfaa1ef9734825146 (diff)
downloadtdepacman-cffe7ac4760b1e128caf846df1346864f4ccf4c8.tar.gz
tdepacman-cffe7ac4760b1e128caf846df1346864f4ccf4c8.zip
Update version number to R14.0.10.
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 269a4a5..aed7d27 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( tdepacman )
-set( VERSION R14.0.9 )
+set( VERSION R14.0.10 )
#### include essential cmake modules