From 597b9f3d655a7d80c43feaead8dc4391fe2cbe10 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 27 Jun 2017 08:11:40 +0200 Subject: Update release date and increment version to 1.20.3.4 --- src/Common/Tcdefs.h | 2 +- src/Driver/Driver.rc | 4 ++-- src/ExpandVolume/ExpandVolume.rc | 4 ++-- src/Format/Format.rc | 4 ++-- src/Mount/Mount.rc | 4 ++-- src/Setup/Setup.rc | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) (limited to 'src') diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index 4f88357c..4c3c6260 100644 --- a/src/Common/Tcdefs.h +++ b/src/Common/Tcdefs.h @@ -61,7 +61,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift); #define VERSION_NUM 0x0120 // Release date -#define TC_STR_RELEASE_DATE L"June 23, 2017" +#define TC_STR_RELEASE_DATE L"June 27, 2017" #define TC_RELEASE_DATE_YEAR 2017 #define TC_RELEASE_DATE_MONTH 06 diff --git a/src/Driver/Driver.rc b/src/Driver/Driver.rc index b07161a9..a075ead2 100644 --- a/src/Driver/Driver.rc +++ b/src/Driver/Driver.rc @@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,20,3,3 - PRODUCTVERSION 1,20,3,3 + FILEVERSION 1,20,3,4 + PRODUCTVERSION 1,20,3,4 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/src/ExpandVolume/ExpandVolume.rc b/src/ExpandVolume/ExpandVolume.rc index 98a57e97..795e8691 100644 --- a/src/ExpandVolume/ExpandVolume.rc +++ b/src/ExpandVolume/ExpandVolume.rc @@ -192,8 +192,8 @@ IDR_MOUNT_RSRC_HEADER HEADER "resource.h" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,20,3,3 - PRODUCTVERSION 1,20,3,3 + FILEVERSION 1,20,3,4 + PRODUCTVERSION 1,20,3,4 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/src/Format/Format.rc b/src/Format/Format.rc index 25e155f4..b0df5463 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,20,3,3 - PRODUCTVERSION 1,20,3,3 + FILEVERSION 1,20,3,4 + PRODUCTVERSION 1,20,3,4 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc index d7e845e2..15516afb 100644 --- a/src/Mount/Mount.rc +++ b/src/Mount/Mount.rc @@ -530,8 +530,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,20,3,3 - PRODUCTVERSION 1,20,3,3 + FILEVERSION 1,20,3,4 + PRODUCTVERSION 1,20,3,4 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/src/Setup/Setup.rc b/src/Setup/Setup.rc index 19346e16..b8ea47be 100644 --- a/src/Setup/Setup.rc +++ b/src/Setup/Setup.rc @@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,20,3,3 - PRODUCTVERSION 1,20,3,3 + FILEVERSION 1,20,3,4 + PRODUCTVERSION 1,20,3,4 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L -- cgit v1.2.3