Mercurial > libavformat.hg
diff avformat.h @ 2543:68e4719734cd libavformat
Bump micro version number for r10429
author | ramiro |
---|---|
date | Mon, 10 Sep 2007 19:31:03 +0000 |
parents | e5086ec7a4d4 |
children | 276257e703af |
line wrap: on
line diff
--- a/avformat.h Mon Sep 10 18:11:13 2007 +0000 +++ b/avformat.h Mon Sep 10 19:31:03 2007 +0000 @@ -21,8 +21,8 @@ #ifndef AVFORMAT_H #define AVFORMAT_H -#define LIBAVFORMAT_VERSION_INT ((51<<16)+(12<<8)+2) -#define LIBAVFORMAT_VERSION 51.12.2 +#define LIBAVFORMAT_VERSION_INT ((51<<16)+(12<<8)+3) +#define LIBAVFORMAT_VERSION 51.12.3 #define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT #define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)