diff options
author | Clément Bœsch <u@pkh.me> | 2015-12-17 12:23:35 +0100 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2015-12-21 11:14:02 +0100 |
commit | f122ba36cb73596fe69256d66d56c23b2ff3f653 (patch) | |
tree | 601adaa592a1534ecb5f0b76da12589f782addf7 /libavcodec/version.h | |
parent | 244766e407fbed6944ada01e9b57bc6c62e36a0d (diff) | |
download | ffmpeg-f122ba36cb73596fe69256d66d56c23b2ff3f653.tar.gz |
lavc: add text 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 72b54beaeb..b875c5954d 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 18 +#define LIBAVCODEC_VERSION_MINOR 19 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |