Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
leikareipa committed Oct 7, 2023
1 parent c00781c commit 9197e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const struct semantic_version_s
{
unsigned major = 3;
unsigned minor = 0;
unsigned patch = 1;
unsigned patch = 2;
} VCS_VERSION;

// The minimum and maximum resolution we can output frames in.
Expand Down

0 comments on commit 9197e44

Please sign in to comment.