diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2017-04-02 19:54:12 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-04-02 19:54:12 +0200 |
commit | 22b0daa1b3f0ac5d91cc1a057d230995590847cd (patch) | |
tree | c554af09f63bf2c1e348f77c62cb91145b30a095 /libpostproc | |
parent | e1cc7f83df001b471313fb7f03fd4b0fa1c5a747 (diff) | |
download | ffmpeg-streaming-22b0daa1b3f0ac5d91cc1a057d230995590847cd.zip ffmpeg-streaming-22b0daa1b3f0ac5d91cc1a057d230995590847cd.tar.gz |
Bump versions for master after 3.3
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 0d2dc40..3d7f8ea 100644 --- a/libpostproc/version.h +++ b/libpostproc/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBPOSTPROC_VERSION_MAJOR 54 -#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, \ |