diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-07-22 17:25:51 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-07-22 17:28:06 +0200 |
commit | 699a0a3ca5da5ba3189a4c9257920789a5f07dac (patch) | |
tree | 3b17cb70428530c3b8e27355de40e3746380f423 /src/Build/CMakeLists.txt | |
parent | 587e6db4f16291d8b6f22d0937a4bff87bc8ffc0 (diff) | |
download | VeraCrypt-699a0a3ca5da5ba3189a4c9257920789a5f07dac.tar.gz VeraCrypt-699a0a3ca5da5ba3189a4c9257920789a5f07dac.zip |
Increment internal version to 1.24.20 and update release notes
Diffstat (limited to 'src/Build/CMakeLists.txt')
-rw-r--r-- | src/Build/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Build/CMakeLists.txt b/src/Build/CMakeLists.txt index ee1f4230..79ea4b87 100644 --- a/src/Build/CMakeLists.txt +++ b/src/Build/CMakeLists.txt @@ -12,7 +12,7 @@ endif() # - Set version of the package set( FULL_VERSION "1.24-Update7" ) -set( VERSION "1.24.19" ) +set( VERSION "1.24.20" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |