diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-06-30 11:30:07 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-06-30 11:35:52 +0200 |
commit | 78b547963362cc9827d92dc0808534b757ab05d4 (patch) | |
tree | 5b15d364e43e987ea2be5c381d0e99e9b303d958 /libavutil/version.h | |
parent | c93a424718c38c6add273745f3792b531332ea88 (diff) | |
parent | 502ab21af0ca68f76d6112722c46d2f35c004053 (diff) | |
download | ffmpeg-78b547963362cc9827d92dc0808534b757ab05d4.tar.gz |
Merge commit '502ab21af0ca68f76d6112722c46d2f35c004053'
* commit '502ab21af0ca68f76d6112722c46d2f35c004053':
x86: lpc: simd av_update_lls
The versions are bumped due to changes in lls.h which is used across
libraries affecting intra library ABI
(This version bump also covers changes to lls.h in the immedeatly previous
commits)
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/version.h')
-rw-r--r-- | libavutil/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/version.h b/libavutil/version.h index 72c5b117d4..b03aa4a871 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -75,8 +75,8 @@ */ #define LIBAVUTIL_VERSION_MAJOR 52 -#define LIBAVUTIL_VERSION_MINOR 37 -#define LIBAVUTIL_VERSION_MICRO 102 +#define LIBAVUTIL_VERSION_MINOR 38 +#define LIBAVUTIL_VERSION_MICRO 100 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ LIBAVUTIL_VERSION_MINOR, \ |