diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-08-06 18:47:08 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-08-06 18:48:59 +0200 |
commit | 847da0ccdfddf1f79f53d26711b75c65248a3061 (patch) | |
tree | cd4db69e42776071484d4221ffa4e88915f0c1f4 /src/Build/CMakeLists.txt | |
parent | cb7fb0a46a8f8bdff817a03ab5059290b6315fb9 (diff) | |
download | VeraCrypt-847da0ccdfddf1f79f53d26711b75c65248a3061.tar.gz VeraCrypt-847da0ccdfddf1f79f53d26711b75c65248a3061.zip |
Increment internal version to 1.24.23 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 1e9378f4..cf7e95c2 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.22" ) +set( VERSION "1.24.23" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |