diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-10-26 20:42:27 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-10-26 20:52:42 +0200 |
commit | 3f3025205ff3c84f7afb64f562590e990705db12 (patch) | |
tree | e61b688c8972f1971aefc5adb27b9a831b6153ff /libavcodec | |
parent | 38e5a4f3bbe9c79928e70f2834ab0c7b27349d41 (diff) | |
download | ffmpeg-3f3025205ff3c84f7afb64f562590e990705db12.tar.gz |
Bump minor versions for 3.2
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index ab2d2a0e99..2f7891ed59 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,8 +28,8 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#define LIBAVCODEC_VERSION_MINOR 63 -#define LIBAVCODEC_VERSION_MICRO 103 +#define LIBAVCODEC_VERSION_MINOR 64 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |