summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorRodger Combs <rodger.combs@gmail.com>2016-02-18 21:38:37 -0600
committerRodger Combs <rodger.combs@gmail.com>2016-03-22 12:43:14 -0500
commitd5d328059e5195b67f7264faa431301ec584648b (patch)
tree4ef78e41d4d445f6688ac1ddc91d02f6c83f1cbb /libavcodec/version.h
parentdb1a642cd213804ed1579a19c9f5db08407dad9b (diff)
lavc: add AudioToolbox decoders
Part of trac #4828
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 6e42810765..398e143732 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 28
-#define LIBAVCODEC_VERSION_MICRO 103
+#define LIBAVCODEC_VERSION_MINOR 29
+#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \