aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-10-02 22:13:05 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-10-02 22:14:02 +0200
commit77b3e110d2de8cd8860f60c705c141c57c981aeb (patch)
tree53d6435e24e9530e6a5cb58481f21f3ebd533753
parenta950edb472e8823e34832c7313ba447b2db76f27 (diff)
downloadffmpeg-77b3e110d2de8cd8860f60c705c141c57c981aeb.tar.gz
avcodec: bump micro version for av_lockmgr_register() changes in a950edb472e8823e34832c7313ba447b2db76f27
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 3bd9e6a6cf..baf1b4d622 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -30,7 +30,7 @@
#define LIBAVCODEC_VERSION_MAJOR 56
#define LIBAVCODEC_VERSION_MINOR 2
-#define LIBAVCODEC_VERSION_MICRO 100
+#define LIBAVCODEC_VERSION_MICRO 101
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \