summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-11-02 02:24:38 +0100
committerSlávek Banko <[email protected]>2021-11-02 02:24:38 +0100
commit4034af13d1a40ef80cd215071f294ce3454b3d5b (patch)
tree992be70a4d4a4bbdc9810ce4fdebbf56c1267474
parentb506cfd38441710b23749d291371ee4d44a3e5bb (diff)
downloadtdesshaskpass-4034af13d1a40ef80cd215071f294ce3454b3d5b.tar.gz
tdesshaskpass-4034af13d1a40ef80cd215071f294ce3454b3d5b.zip
Update version number to R14.0.12.
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 e79541f..edf8764 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ cmake_minimum_required( VERSION 2.8.12 )
##### general package setup #####################
project( tdesshaskpass )
-set( VERSION R14.0.11 )
+set( VERSION R14.0.12 )
##### include essential cmake modules ###########