Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
leikareipa committed Nov 18, 2023
1 parent dd2ab0b commit 06be7e7
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 = 4;
unsigned patch = 1;
unsigned patch = 2;
} VCS_VERSION;

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

0 comments on commit 06be7e7

Please sign in to comment.