Mercurial > libavcodec.hg
changeset 3531:db56a7f0768a libavcodec
Forgot to update LIBAVCODEC_VERSION_INT
author | kostya |
---|---|
date | Tue, 01 Aug 2006 04:00:14 +0000 |
parents | 5d1828a07acf |
children | 95e2e92328c0 |
files | avcodec.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Mon Jul 31 20:56:15 2006 +0000 +++ b/avcodec.h Tue Aug 01 04:00:14 2006 +0000 @@ -17,7 +17,7 @@ #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