mbox series

[FFmpeg-devel,0/2] Jpeg XL version.h bump

Message ID 20220423193846.90067-1-leo.izen@gmail.com
Headers show
Series Jpeg XL version.h bump | expand

Message

Leo Izen April 23, 2022, 7:38 p.m. UTC
I missed the version.h bump when rebasing the Jpeg XL
patchset onto master. This should properly bump the minor
library versions.

Leo Izen (2):
  avcodec/version.h: bump version for Jpeg XL
  avformat/version.h: bump version for Jpeg XL

 libavcodec/version.h  | 2 +-
 libavformat/version.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Jan Ekström April 23, 2022, 7:52 p.m. UTC | #1
On Sat, Apr 23, 2022 at 10:39 PM Leo Izen <leo.izen@gmail.com> wrote:
>
> I missed the version.h bump when rebasing the Jpeg XL
> patchset onto master. This should properly bump the minor
> library versions.
>
> Leo Izen (2):
>   avcodec/version.h: bump version for Jpeg XL
>   avformat/version.h: bump version for Jpeg XL
>
>  libavcodec/version.h  | 2 +-
>  libavformat/version.h | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>

LGTM.

Will apply with the dot-h removed and modifying the wording to "bump
minor version".

Jan