diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2019-07-21 18:31:20 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-07-21 18:36:31 +0200 |
commit | 80bb65fafab1d2f5f58a8453c6334c784ee27c08 (patch) | |
tree | 4347aab3c57ae1ad5ab6a138eb5e7f20685eb763 /libpostproc | |
parent | 22db337a40275599eb8883b40bc03ecfc272ca1a (diff) | |
download | ffmpeg-80bb65fafab1d2f5f58a8453c6334c784ee27c08.tar.gz |
Bump minor versions again on master to keep 4.2 versions separate from mastern4.3-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 fa6d12c83d..08e2a315a1 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 5 +#define LIBPOSTPROC_VERSION_MINOR 6 #define LIBPOSTPROC_VERSION_MICRO 100 #define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \ |