summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2014-07-28 11:55:38 +0200
committerMartin Storsjö <martin@martin.st>2014-08-04 12:56:42 +0300
commiteb9244f20210fd420fb9b3c98126f9cae525d1cc (patch)
tree4bb228dfbd061baf31378385259ced79dcf1a58a /libavformat/version.h
parentbb41115d56930b9f5d59e79dca254d1201246967 (diff)
Add Icecast protocol
Icecast is basically a convenience wrapper around the HTTP protocol. Signed-off-by: Martin Storsjö <martin@martin.st>
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 6e9ce674bc..fbf5a0cc8b 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -30,7 +30,7 @@
#include "libavutil/version.h"
#define LIBAVFORMAT_VERSION_MAJOR 55
-#define LIBAVFORMAT_VERSION_MINOR 20
+#define LIBAVFORMAT_VERSION_MINOR 21
#define LIBAVFORMAT_VERSION_MICRO 0
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \