summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-02-08 19:02:46 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-02-08 19:02:46 +0100
commit0c4bf87b296145e38510655d1a14196493d5c54e (patch)
tree63eb4722659980ba21abe4b72ab8a2f0e48f8a57 /libavcodec/version.h
parentb08f554fdc0886ab9815b2e3db3ae8a93baa57c8 (diff)
parentcde7df25ef74b85b5ce11d9171779f28f0c12d15 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: Mirillis FIC video decoder Conflicts: Changelog configure libavcodec/Makefile libavcodec/avcodec.h libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 c56a957680..240113b58e 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,8 +29,8 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 55
-#define LIBAVCODEC_VERSION_MINOR 49
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MINOR 50
+#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \