diff avcodec.h @ 5844:2b61d13e9d7a libavcodec

New RM format deserves small version bump
author kostya
date Sun, 21 Oct 2007 17:26:02 +0000
parents 1d83e9c34641
children 82ac47c0c6dd
line wrap: on
line diff
--- a/avcodec.h	Sun Oct 21 17:23:07 2007 +0000
+++ b/avcodec.h	Sun Oct 21 17:26:02 2007 +0000
@@ -33,8 +33,8 @@
 #define AV_STRINGIFY(s)         AV_TOSTRING(s)
 #define AV_TOSTRING(s) #s
 
-#define LIBAVCODEC_VERSION_INT  ((51<<16)+(46<<8)+0)
-#define LIBAVCODEC_VERSION      51.46.0
+#define LIBAVCODEC_VERSION_INT  ((51<<16)+(46<<8)+1)
+#define LIBAVCODEC_VERSION      51.46.1
 #define LIBAVCODEC_BUILD        LIBAVCODEC_VERSION_INT
 
 #define LIBAVCODEC_IDENT        "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)