diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-05-20 11:13:12 -0400 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2014-05-23 17:50:38 +0200 |
commit | 21f68c2489cba2a1a4a41d0c5c828266e6162800 (patch) | |
tree | 243dc87588f710ef10e72ad768792f6ac8dbf1ba /libavcodec/version.h | |
parent | 6b7b8585d73548f08b98959df39d80b97677662f (diff) | |
download | ffmpeg-21f68c2489cba2a1a4a41d0c5c828266e6162800.tar.gz |
avcodec: bump version after rotation api
Signed-off-by: Kostya Shishkov <kostya.shishkov@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 d42e963d40..d72f8eddfa 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 55 -#define LIBAVCODEC_VERSION_MINOR 52 +#define LIBAVCODEC_VERSION_MINOR 53 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |