File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66#define VER_PRODBUILD_MAJOR 3
77#define VER_PRODBUILD_MINOR 7
8- #define VER_PRODBUILD_BUILD 2
8+ #define VER_PRODBUILD_BUILD 3
99#define VER_PRODBUILD_REVISION 0
1010
1111#define VER_FILEVERSION VER_PRODBUILD_MAJOR,VER_PRODBUILD_MINOR,VER_PRODBUILD_BUILD,VER_PRODBUILD_REVISION
1414#define VER_PRODUCTVERSION_STR VER_MAKESTR(VER_PRODBUILD_MAJOR) "." VER_MAKESTR(VER_PRODBUILD_MINOR) "." VER_MAKESTR(VER_PRODBUILD_BUILD) "." VER_MAKESTR(VER_PRODBUILD_REVISION)
1515#define VER_COMPANYNAME_STR "Microsoft Corporation\0"
1616#define VER_PRODUCTNAME_STR "Pairwise Independent Combinatorial Testing\0"
17- #define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2000-2021 Microsoft Corp. All rights reserved.\0"
17+ #define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2000-2022 Microsoft Corp. All rights reserved.\0"
You can’t perform that action at this time.
0 commit comments