diff options
author | Slávek Banko <[email protected]> | 2022-05-03 10:22:40 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-05-03 10:22:40 +0200 |
commit | be81c680c0420353adbba11bdf945f69ec988aeb (patch) | |
tree | 5dcef5ec45c6910952e2d16f25c2ccf8ee5f27fa | |
parent | 9b30d107a8357a4c8a67e68262d7bcb96b00f979 (diff) | |
download | tdesshaskpass-be81c680c0420353adbba11bdf945f69ec988aeb.tar.gz tdesshaskpass-be81c680c0420353adbba11bdf945f69ec988aeb.zip |
Update version number to the upcoming R14.0.13.
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 ddb2164..64899c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ cmake_minimum_required( VERSION 3.1 ) ##### general package setup ##################### project( tdesshaskpass ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) ##### include essential cmake modules ########### |