diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2013-11-22 11:05:13 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2013-12-21 17:01:42 -0500 |
commit | be7c323176e2e5fcf30e3d2ff20975b2f936811b (patch) | |
tree | f3bdec2ce4ed82a0c11e468b96385bc471ddcd7d /libavcodec/version.h | |
parent | d307e408d4a9ada22df443cc38be77cc5e492694 (diff) | |
download | ffmpeg-be7c323176e2e5fcf30e3d2ff20975b2f936811b.tar.gz |
Add a libwebp encoder
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 25c22df808..9a43e82d6f 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 55 -#define LIBAVCODEC_VERSION_MINOR 30 +#define LIBAVCODEC_VERSION_MINOR 31 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |