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