Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
leikareipa committed Apr 9, 2024
1 parent 53739c9 commit f198789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/globals.h
Expand Up @@ -14,8 +14,8 @@ const char PROGRAM_NAME[] = "VCS";
const struct semantic_version_s
{
unsigned major = 3;
unsigned minor = 4;
unsigned patch = 3;
unsigned minor = 5;
unsigned patch = 0;
} VCS_VERSION;

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

0 comments on commit f198789

Please sign in to comment.