diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-02-16 23:20:02 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-02-16 23:22:22 +0100 |
commit | c2b2f80d4f879c3d876e58d075997d9e503cc9f2 (patch) | |
tree | c9961703bd630f736e043d870c0ffb371865a6fa /src/Build/CMakeLists.txt | |
parent | d417b2806c88cf06f4f3baa0064d6b1f9f22037d (diff) | |
download | VeraCrypt-c2b2f80d4f879c3d876e58d075997d9e503cc9f2.tar.gz VeraCrypt-c2b2f80d4f879c3d876e58d075997d9e503cc9f2.zip |
Increment version to 1.25.8.2 and update signed Windows drivers
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 f33cbee9..8430f868 100644 --- a/src/Build/CMakeLists.txt +++ b/src/Build/CMakeLists.txt @@ -13,7 +13,7 @@ endif() # - Set version of the package set( FULL_VERSION "1.25.8" ) set( VERSION "1.25.8" ) -set( RELEASE "1" ) +set( RELEASE "2" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values if (NOGUI) |