diff options
author | Slávek Banko <[email protected]> | 2021-10-22 02:19:18 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-10-22 02:19:18 +0200 |
commit | f5d1be257818a2e3e74cbc3237cbdebf477e7445 (patch) | |
tree | 2f650b74e2327abd0eda9f52e7b836f00118b8fb | |
parent | faabe1f66335c077c8dac5fae0fb8c6b0dd30698 (diff) | |
download | tdesshaskpass-f5d1be257818a2e3e74cbc3237cbdebf477e7445.tar.gz tdesshaskpass-f5d1be257818a2e3e74cbc3237cbdebf477e7445.zip |
Update version number to R14.1.0.
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 924bff4..f51246f 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 14.0.11 ) +set( VERSION R14.1.0 ) ##### include essential cmake modules ########### |