summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-05-25 15:04:20 +0200
committerAnton Khirnov <anton@khirnov.net>2020-05-27 10:22:17 +0200
commitba6cada92eb7c3446bfb1d4525031d405a052516 (patch)
tree3e1657545fa0491765daf44d09c7582e72acde0c /libavcodec/version.h
parent383c03ee0f9a3065347c81e9f9f96d233240250b (diff)
avcodec.h: split AVCodec API into its own header
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 238e6db9e0..2d2cc69ab6 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -28,8 +28,8 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 58
-#define LIBAVCODEC_VERSION_MINOR 87
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MINOR 88
+#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \