Skip to content

Commit

Permalink
Set to v2.2.1.1 to match tag of the SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
njz3 committed Jul 18, 2020
1 parent e52bbbc commit 28bede0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CreateVersion/CreateVersion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ int main(int argc, char** argv)
// Version
version = vbuf;
// Hardcoded for v221 branch development
version = "v2.2.1.0";
version = "v2.2.1.1";

// Break the version number into its components
int nFieldsVersion = sscanf_s(version, "v%u.%u.%u.%u", &major, &mid, &minor, &bugfix);
Expand Down

0 comments on commit 28bede0

Please sign in to comment.