Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
Originally intended to be released as 3.3.3, but there's a few semi-
fundamental changes to make it 3.4.0.
  • Loading branch information
leikareipa committed Nov 10, 2023
1 parent 4b32944 commit c35f09b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const char PROGRAM_NAME[] = "VCS";
const struct semantic_version_s
{
unsigned major = 3;
unsigned minor = 3;
unsigned patch = 3;
unsigned minor = 4;
unsigned patch = 0;
} VCS_VERSION;

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

0 comments on commit c35f09b

Please sign in to comment.