Skip to content

Commit c3d6ef2

Browse files
authored
Bumping ver number
1 parent 0f178fa commit c3d6ef2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cli/ver.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#define VER_PRODBUILD_MAJOR 3
77
#define VER_PRODBUILD_MINOR 7
8-
#define VER_PRODBUILD_BUILD 4
8+
#define VER_PRODBUILD_BUILD 5
99
#define VER_PRODBUILD_REVISION 0
1010

1111
#define VER_FILEVERSION VER_PRODBUILD_MAJOR,VER_PRODBUILD_MINOR,VER_PRODBUILD_BUILD,VER_PRODBUILD_REVISION
@@ -14,4 +14,4 @@
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-2023 Microsoft Corp. All rights reserved.\0"
17+
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2000-2025 Microsoft Corp. All rights reserved.\0"

0 commit comments

Comments
 (0)