Message ID | 20220614000334.547012-1-zane@zanevaniperen.com |
---|---|
State | Accepted |
Commit | ff59ecc4de0d5c3b0d72c2608a4ef3439308a575 |
Headers | show |
Series | [FFmpeg-devel,1/2] avutil/version: 57.26.100 -> 57.27.100 | expand |
Context | Check | Description |
---|---|---|
andriy/make_x86 | success | Make finished |
andriy/make_fate_x86 | success | Make fate finished |
On 6/13/2022 9:03 PM, Zane van Iperen wrote: > Forgot to bump after the uuid patches. > > Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> > --- > libavutil/version.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavutil/version.h b/libavutil/version.h > index 2c7f4f6b37..2e9e02dda8 100644 > --- a/libavutil/version.h > +++ b/libavutil/version.h > @@ -79,7 +79,7 @@ > */ > > #define LIBAVUTIL_VERSION_MAJOR 57 > -#define LIBAVUTIL_VERSION_MINOR 26 > +#define LIBAVUTIL_VERSION_MINOR 27 > #define LIBAVUTIL_VERSION_MICRO 100 > > #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ Patchset applied.
diff --git a/libavutil/version.h b/libavutil/version.h index 2c7f4f6b37..2e9e02dda8 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -79,7 +79,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 57 -#define LIBAVUTIL_VERSION_MINOR 26 +#define LIBAVUTIL_VERSION_MINOR 27 #define LIBAVUTIL_VERSION_MICRO 100 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
Forgot to bump after the uuid patches. Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> --- libavutil/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)