diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2021-03-20 00:41:48 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2021-03-20 01:01:12 +0100 |
commit | c67d2a287502845baadf986a9c63e6117a25be3f (patch) | |
tree | 1d1bc4671f6305da7d6eae0831714adac719395e /libpostproc | |
parent | 17cf309dfa6f84f925f66cc875d703d7986d4313 (diff) | |
download | ffmpeg-c67d2a287502845baadf986a9c63e6117a25be3f.tar.gz |
Bump Versions before release/4.4 branch
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libpostproc')
-rw-r--r-- | libpostproc/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpostproc/version.h b/libpostproc/version.h index 9cb6100684..812f8e0dc7 100644 --- a/libpostproc/version.h +++ b/libpostproc/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBPOSTPROC_VERSION_MAJOR 55 -#define LIBPOSTPROC_VERSION_MINOR 8 +#define LIBPOSTPROC_VERSION_MINOR 9 #define LIBPOSTPROC_VERSION_MICRO 100 #define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \ |