Mercurial > libavformat.hg
changeset 2543:68e4719734cd libavformat
Bump micro version number for r10429
author | ramiro |
---|---|
date | Mon, 10 Sep 2007 19:31:03 +0000 |
parents | 89030c7e2fa7 |
children | 0318af3025dd |
files | avformat.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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)