diff --git a/src/common/globals.h b/src/common/globals.h index 78a20999..f92c9c43 100644 --- a/src/common/globals.h +++ b/src/common/globals.h @@ -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.