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 28, 2023
1 parent 651009f commit 2402c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/globals.h
Expand Up @@ -15,7 +15,7 @@ const struct semantic_version_s
{
unsigned major = 3;
unsigned minor = 1;
unsigned patch = 0;
unsigned patch = 1;
} VCS_VERSION;

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

0 comments on commit 2402c25

Please sign in to comment.