diff --git a/src/common/globals.h b/src/common/globals.h index ae4d5ad8..dbe0dc3d 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 = 4; - unsigned patch = 1; + unsigned patch = 2; } VCS_VERSION; // The minimum and maximum resolution we can output frames in.