diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-01-22 20:05:44 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-08-14 14:04:05 +0000 |
commit | 93f4277714ff7b8bb46306808bc42fff28d47dc8 (patch) | |
tree | 8284b040ea7c3010fa58c95c260fcfb95da4d4e2 /libavcodec/version.h | |
parent | 20904518e98bcd4f578f97ccf27dee29f481e969 (diff) | |
download | ffmpeg-93f4277714ff7b8bb46306808bc42fff28d47dc8.tar.gz |
WavPack encoder
Signed-off-by: Paul B Mahol <onemda@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 e31fea206e..553f5f21ec 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 55 -#define LIBAVCODEC_VERSION_MINOR 27 +#define LIBAVCODEC_VERSION_MINOR 28 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |