summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-07-20 15:49:13 -0300
committerJames Almer <jamrial@gmail.com>2018-07-20 15:49:36 -0300
commit5abbb1430d3e40eae159c2e38f929f99cdd458ae (patch)
treec21fa70992a87e5cb8fec7bf838d9a9d8682ea75 /libavcodec
parent9888a19db477cb8cc217321468c12a2ebe521d32 (diff)
downloadffmpeg-5abbb1430d3e40eae159c2e38f929f99cdd458ae.tar.gz
avcodec: bump micro version after previous changes
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 7139c1f557..72e70945f7 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 58
#define LIBAVCODEC_VERSION_MINOR 21
-#define LIBAVCODEC_VERSION_MICRO 105
+#define LIBAVCODEC_VERSION_MICRO 106
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \