summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-01-02 18:50:38 +0100
committerPaul B Mahol <onemda@gmail.com>2019-01-15 10:56:35 +0100
commit894cbcd83b8922308c6149e764de62ae0aa7a463 (patch)
tree89717216f0bc8b7533a1c441dbdb7e11b26052e4 /libavcodec/version.h
parent301cee61fa61c55b1c178ebfbc590872e8b033e6 (diff)
avcodec: add HCOM decoder
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 4adde7756f..4356bb5eb5 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 43
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MINOR 44
+#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \