From f023d57d355ff3b917f1aad9b03db5c293ec4244 Mon Sep 17 00:00:00 2001 From: Mohamed Naufal Date: Mon, 23 Nov 2015 17:10:54 -0500 Subject: lavc: G.723.1 encoder Additional improvements by Michael Niedermayer . Signed-off-by: Vittorio Giovara --- libavcodec/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/version.h') diff --git a/libavcodec/version.h b/libavcodec/version.h index f31a93d8f1..29bc4b7e54 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,8 +29,8 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#define LIBAVCODEC_VERSION_MINOR 9 -#define LIBAVCODEC_VERSION_MICRO 1 +#define LIBAVCODEC_VERSION_MINOR 10 +#define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ -- cgit v1.2.3