summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorVishwanath Dixit <vdixit@akamai.com>2017-11-20 10:02:11 +0800
committerSteven Liu <lq@chinaffmpeg.org>2017-11-20 10:02:11 +0800
commit92a32d0747b089d46ae9bfea9ff79c74fdc4416f (patch)
tree2866d3900badb325aa456d51e03e11ba80204580 /libavformat/version.h
parent8f4702a93f87f9f76563e80f1ae2141a40029d9d (diff)
avformat/hlsenc: creation of hls variant streams in a single hlsenc instance
Reviewed-by: Steven Liu <lingjiujianke@gmail.com>
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index 509a4839e9..4b7ee260d7 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -33,7 +33,7 @@
// Also please add any ticket numbers that you believe might be affected here
#define LIBAVFORMAT_VERSION_MAJOR 58
#define LIBAVFORMAT_VERSION_MINOR 2
-#define LIBAVFORMAT_VERSION_MICRO 100
+#define LIBAVFORMAT_VERSION_MICRO 101
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \