Skip to content

Commit

Permalink
Update ver.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jaccz authored Feb 18, 2022
1 parent 5fb0537 commit 09e4fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/ver.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#define VER_PRODBUILD_MAJOR 3
#define VER_PRODBUILD_MINOR 7
#define VER_PRODBUILD_BUILD 2
#define VER_PRODBUILD_BUILD 3
#define VER_PRODBUILD_REVISION 0

#define VER_FILEVERSION VER_PRODBUILD_MAJOR,VER_PRODBUILD_MINOR,VER_PRODBUILD_BUILD,VER_PRODBUILD_REVISION
Expand All @@ -14,4 +14,4 @@
#define VER_PRODUCTVERSION_STR VER_MAKESTR(VER_PRODBUILD_MAJOR) "." VER_MAKESTR(VER_PRODBUILD_MINOR) "." VER_MAKESTR(VER_PRODBUILD_BUILD) "." VER_MAKESTR(VER_PRODBUILD_REVISION)
#define VER_COMPANYNAME_STR "Microsoft Corporation\0"
#define VER_PRODUCTNAME_STR "Pairwise Independent Combinatorial Testing\0"
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2000-2021 Microsoft Corp. All rights reserved.\0"
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2000-2022 Microsoft Corp. All rights reserved.\0"

0 comments on commit 09e4fc2

Please sign in to comment.