diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2022-07-13 00:29:05 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2022-07-13 00:29:05 +0200 |
commit | fd26b07e8b69687c9787e40084b05eb17f54af4c (patch) | |
tree | 97a818eeba7e0f1e4e52c8c3687c45cc56985035 /libpostproc | |
parent | 6f1b144358e3f5cb100615ffee89999fe779e1d2 (diff) | |
download | ffmpeg-fd26b07e8b69687c9787e40084b05eb17f54af4c.tar.gz |
Bump versions after 5.1 branchn5.2-dev
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 397f3f74a7..c258957d4d 100644 --- a/libpostproc/version.h +++ b/libpostproc/version.h @@ -30,7 +30,7 @@ #include "version_major.h" -#define LIBPOSTPROC_VERSION_MINOR 6 +#define LIBPOSTPROC_VERSION_MINOR 7 #define LIBPOSTPROC_VERSION_MICRO 100 #define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \ |