Mercurial > libavformat.hg
changeset 2602:3afd8e729331 libavformat
Increment minor after r10709.
author | benoit |
---|---|
date | Sun, 14 Oct 2007 13:32:25 +0000 |
parents | b86ce6737811 |
children | 4a3957734e85 |
files | avformat.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/avformat.h Sat Oct 13 11:43:03 2007 +0000 +++ b/avformat.h Sun Oct 14 13:32:25 2007 +0000 @@ -21,8 +21,8 @@ #ifndef AVFORMAT_H #define AVFORMAT_H -#define LIBAVFORMAT_VERSION_INT ((51<<16)+(14<<8)+0) -#define LIBAVFORMAT_VERSION 51.14.0 +#define LIBAVFORMAT_VERSION_INT ((51<<16)+(15<<8)+0) +#define LIBAVFORMAT_VERSION 51.15.0 #define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT #define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)