diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-08-06 00:33:46 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-08-06 00:36:59 +0200 |
commit | 485ebc33d9d7d25bb19b18cac8ef16eb9311753b (patch) | |
tree | 6d0f8e0f309d06f0d04800f7da2eaba1048ca407 /src/Build/CMakeLists.txt | |
parent | 75c13c9b7badb1d8ced874cccef57a6e37a85519 (diff) | |
download | VeraCrypt-485ebc33d9d7d25bb19b18cac8ef16eb9311753b.tar.gz VeraCrypt-485ebc33d9d7d25bb19b18cac8ef16eb9311753b.zip |
Increment internal version to 1.24.22 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 32e5755d..1e9378f4 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.21" ) +set( VERSION "1.24.22" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |