diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-12-25 18:24:14 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-12-25 20:50:16 +0100 |
commit | 06e8d38f2bebfb3c79c9f5e907f975ed02841f94 (patch) | |
tree | 6757cab6cbea94c11cdd14983f1d499268f14228 /libavcodec/version.h | |
parent | c65dfac466c2248a5a099a4fb9d421a9f647da03 (diff) | |
download | ffmpeg-06e8d38f2bebfb3c79c9f5e907f975ed02841f94.tar.gz |
Add minor bumps and APIchanges entries for lavc/lavfi changes.
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 80e12c14ea..f664795824 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -21,7 +21,7 @@ #define AVCODEC_VERSION_H #define LIBAVCODEC_VERSION_MAJOR 53 -#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, \ |