diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-12-27 22:38:57 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-12-27 22:40:28 +0100 |
commit | e3267f289b9a9d1a8dbbd0dbe5f7916355ada8d2 (patch) | |
tree | 1ae51f43212f9cc01f7bdd8fa550868080c1fc61 /src/Build/CMakeLists.txt | |
parent | 7b8ba151b2b6a99521cc6cf6f8c5215b4d36ba62 (diff) | |
download | VeraCrypt-e3267f289b9a9d1a8dbbd0dbe5f7916355ada8d2.tar.gz VeraCrypt-e3267f289b9a9d1a8dbbd0dbe5f7916355ada8d2.zip |
Increment version to 1.25.6. Update Release Notes and add signed Windows driver.
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 2024318b..875a019c 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.25.5" ) -set( VERSION "1.25.5" ) +set( FULL_VERSION "1.25.6" ) +set( VERSION "1.25.6" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |