diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-07 16:07:07 +0200 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-07 16:07:07 +0200 |
commit | d02d208211eb9a9de2e082942d007d558b2ce110 (patch) | |
tree | 04aa6c6fcc585e23e022e3916eb0d62cb916408c /libavcodec/version.h | |
parent | aea611dc3e9e8e40c43b2b89f1af957c383cb0f3 (diff) | |
parent | c45fcf30cfab687004ed1cdc06ebaa21f4262a0b (diff) | |
download | ffmpeg-d02d208211eb9a9de2e082942d007d558b2ce110.tar.gz |
Merge commit 'c45fcf30cfab687004ed1cdc06ebaa21f4262a0b'
* commit 'c45fcf30cfab687004ed1cdc06ebaa21f4262a0b':
DXV decoder
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
-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 6d6ec6aa32..24ebaaee45 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#define LIBAVCODEC_VERSION_MINOR 0 +#define LIBAVCODEC_VERSION_MINOR 1 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |