diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-03-10 20:34:19 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-03-10 20:37:54 +0100 |
commit | 23b7d417d478ab6793e35ab4591f91a57eb8e3f8 (patch) | |
tree | 18a18dd35189a8fe0a8cdcc1f92e297548256309 /src/Build/CMakeLists.txt | |
parent | 5afa0815c96799ab78406d59d3b5b2298866cb10 (diff) | |
download | VeraCrypt-23b7d417d478ab6793e35ab4591f91a57eb8e3f8.tar.gz VeraCrypt-23b7d417d478ab6793e35ab4591f91a57eb8e3f8.zip |
Increment version to 1.24-Update6
Diffstat (limited to 'src/Build/CMakeLists.txt')
-rw-r--r-- | src/Build/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Build/CMakeLists.txt b/src/Build/CMakeLists.txt index b0f28433..3d11c825 100644 --- a/src/Build/CMakeLists.txt +++ b/src/Build/CMakeLists.txt @@ -11,8 +11,8 @@ elseif ( NOT DEFINED NOGUI ) endif() # - Set version of the package -set( FULL_VERSION "1.24-Update5" ) -set( VERSION "1.24.14" ) +set( FULL_VERSION "1.24-Update6" ) +set( VERSION "1.24.15" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |