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/Format | |
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/Format')
-rw-r--r-- | src/Format/Format.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Format/Format.rc b/src/Format/Format.rc index a2549dd2..484ca32a 100644 --- a/src/Format/Format.rc +++ b/src/Format/Format.rc @@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,25,5,0 - PRODUCTVERSION 1,25,5,0 + FILEVERSION 1,25,6,0 + PRODUCTVERSION 1,25,6,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L |