diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-02-11 13:12:12 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-02-11 23:05:48 +0100 |
commit | 8fa1596e73b6b9caac77e64f83949fb413bef5dd (patch) | |
tree | 7ab6413172cd5957a5b978a72c7b6a1a18409257 /src/Build/CMakeLists.txt | |
parent | 94d3a1919c8eee4d7bfd7280ee4964477dee02e3 (diff) | |
download | VeraCrypt-8fa1596e73b6b9caac77e64f83949fb413bef5dd.tar.gz VeraCrypt-8fa1596e73b6b9caac77e64f83949fb413bef5dd.zip |
Increment version to 1.24-Update5 and update signed Windows drivers.
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 69716ef1..b0f28433 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-Update4" ) -set( VERSION "1.24.12" ) +set( FULL_VERSION "1.24-Update5" ) +set( VERSION "1.24.14" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |