diff options
Diffstat (limited to 'src/gav1/version.h')
-rw-r--r-- | src/gav1/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gav1/version.h b/src/gav1/version.h index 78a573e..c018928 100644 --- a/src/gav1/version.h +++ b/src/gav1/version.h @@ -24,7 +24,7 @@ #define LIBGAV1_MAJOR_VERSION 0 #define LIBGAV1_MINOR_VERSION 16 -#define LIBGAV1_PATCH_VERSION 1 +#define LIBGAV1_PATCH_VERSION 3 #define LIBGAV1_VERSION \ ((LIBGAV1_MAJOR_VERSION << 16) | (LIBGAV1_MINOR_VERSION << 8) | \ |