diff options
author | Slávek Banko <[email protected]> | 2021-11-02 02:24:38 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-11-02 02:24:38 +0100 |
commit | 4034af13d1a40ef80cd215071f294ce3454b3d5b (patch) | |
tree | 992be70a4d4a4bbdc9810ce4fdebbf56c1267474 | |
parent | b506cfd38441710b23749d291371ee4d44a3e5bb (diff) | |
download | tdesshaskpass-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.txt | 2 |
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 ########### |