diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-10-02 22:13:05 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-10-02 22:14:02 +0200 |
commit | 77b3e110d2de8cd8860f60c705c141c57c981aeb (patch) | |
tree | 53d6435e24e9530e6a5cb58481f21f3ebd533753 | |
parent | a950edb472e8823e34832c7313ba447b2db76f27 (diff) | |
download | ffmpeg-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.h | 2 |
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, \ |