diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-09-05 17:45:30 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-09-05 20:10:33 +0200 |
commit | 0dd87c07fdb2148fbd41024c9eace196d1eae502 (patch) | |
tree | 7f080d8ff15753c6499536ad8d35d6abc46fd39c /src/Format | |
parent | 7ac1abcad169708a8973c6ef03eefa64e0ef24bc (diff) | |
download | VeraCrypt-0dd87c07fdb2148fbd41024c9eace196d1eae502.tar.gz VeraCrypt-0dd87c07fdb2148fbd41024c9eace196d1eae502.zip |
Increment version to 1.25-RC1
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 6ac60116..72ab9b2e 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,0,0 - PRODUCTVERSION 1,25,0,0 + FILEVERSION 1,25,1,0 + PRODUCTVERSION 1,25,1,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L |