diff options
author | James Almer <jamrial@gmail.com> | 2018-02-06 23:38:38 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-02-06 23:43:01 -0300 |
commit | 36c85d6e773d51af1d084fb15ad89d9acc5dd893 (patch) | |
tree | da0cc4321945039deaf3b921baeddd0c9fd129f2 /libavcodec | |
parent | f7aacf4ab7654a57408d5c0f871fd3b39930c6d7 (diff) | |
download | ffmpeg-36c85d6e773d51af1d084fb15ad89d9acc5dd893.tar.gz |
api: add missing version bumps and APIChanges entries
avcodec bump missed in 7e8eba2d8755962d9dca5eade57bf8f591a73c0c
avformat bump missed in ff46124b0df17a1d35249e09ae8eae9a61f16e04 and
0694d8702421e7aff1340038559c438b61bb30dd
avdevice bump missed in 0fd475704e871ef3a535947596a012894bae3cbd
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 8cc0f9bf9c..e36cea30b5 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 58 -#define LIBAVCODEC_VERSION_MINOR 9 +#define LIBAVCODEC_VERSION_MINOR 10 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |