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 /libswscale | |
parent | e1cc7f83df001b471313fb7f03fd4b0fa1c5a747 (diff) | |
download | ffmpeg-22b0daa1b3f0ac5d91cc1a057d230995590847cd.tar.gz |
Bump versions for master after 3.3n3.4-dev
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/version.h b/libswscale/version.h index c1090ca1da..259ae7af63 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -27,7 +27,7 @@ #include "libavutil/version.h" #define LIBSWSCALE_VERSION_MAJOR 4 -#define LIBSWSCALE_VERSION_MINOR 6 +#define LIBSWSCALE_VERSION_MINOR 7 #define LIBSWSCALE_VERSION_MICRO 100 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ |