# HG changeset patch # User vitor # Date 1256405056 0 # Node ID 5af2d042ace73af35e94b5e04ce042349a503a06 # Parent f2eb441790a3fe7f6955032046bb36085355bcea Bump micro version after the FRWU decoder inclusion diff -r f2eb441790a3 -r 5af2d042ace7 avcodec.h --- a/avcodec.h Fri Oct 23 11:51:12 2009 +0000 +++ b/avcodec.h Sat Oct 24 17:24:16 2009 +0000 @@ -31,7 +31,7 @@ #define LIBAVCODEC_VERSION_MAJOR 52 #define LIBAVCODEC_VERSION_MINOR 37 -#define LIBAVCODEC_VERSION_MICRO 0 +#define LIBAVCODEC_VERSION_MICRO 1 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \