summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-10-10 12:43:55 +0200
committerPaul B Mahol <onemda@gmail.com>2019-03-31 10:48:43 +0200
commit4e8cbbf70e7a4ca3bb157f31c2f28e2365322b45 (patch)
tree217361cc15bb6a81452f400108e51d8e5cb8530f /libavcodec/version.h
parent52d8f35b14bc379572e74d042d3466b8d3b6e7cf (diff)
avcodec: add Amuse Graphics decoder
This work is sponsored by VideoLAN.
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 e73390e21f..d1cd356524 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 47
-#define LIBAVCODEC_VERSION_MICRO 106
+#define LIBAVCODEC_VERSION_MINOR 48
+#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \