diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 7c0009fc1be2e8feddab252f0537ef984401012c..6bb82dec40cb4c19d45916145daa2350b3a4d93f 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -17,7 +17,7 @@ extern "C" {
 #define AV_STRINGIFY(s)         AV_TOSTRING(s)
 #define AV_TOSTRING(s) #s
 
-#define LIBAVCODEC_VERSION_INT  ((51<<16)+(10<<8)+0)
+#define LIBAVCODEC_VERSION_INT  ((51<<16)+(11<<8)+0)
 #define LIBAVCODEC_VERSION      51.11.0
 #define LIBAVCODEC_BUILD        LIBAVCODEC_VERSION_INT