aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2015-04-02 14:09:11 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2015-04-02 14:09:11 +0200
commit703402683a3fc9df3ecbbe84faa08cdf2fc1cd6e (patch)
tree35b6d34089b874b5faf28a7cb2ae0e7f53566f5e
parentd768f8f5cfe876cd8eedb045eeb87e307ac4a674 (diff)
downloadffmpeg-703402683a3fc9df3ecbbe84faa08cdf2fc1cd6e.tar.gz
Bump lavc and lavf minor versions for apng muxer and encoder.
-rw-r--r--libavcodec/version.h2
-rw-r--r--libavformat/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index a351b080cc..19d3993c46 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 56
-#define LIBAVCODEC_VERSION_MINOR 32
+#define LIBAVCODEC_VERSION_MINOR 33
#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
diff --git a/libavformat/version.h b/libavformat/version.h
index 82a57ee2bc..2c7c621254 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -30,7 +30,7 @@
#include "libavutil/version.h"
#define LIBAVFORMAT_VERSION_MAJOR 56
-#define LIBAVFORMAT_VERSION_MINOR 27
+#define LIBAVFORMAT_VERSION_MINOR 28
#define LIBAVFORMAT_VERSION_MICRO 100
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \