From 5cfdfd8aaedd2477fd3ca6df28fd8af2e8cede81 Mon Sep 17 00:00:00 2001 From: Peter Ross Date: Wed, 9 Jul 2008 08:34:43 +0000 Subject: [PATCH] increment minor version for commit r14110 (Electronic Arts CMV decoder) Originally committed as revision 14139 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 0fc9acb..83167a2 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -30,7 +30,7 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 51 -#define LIBAVCODEC_VERSION_MINOR 58 +#define LIBAVCODEC_VERSION_MINOR 59 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ -- 2.7.4