Mercurial > libavcodec.hg
changeset 3345:76620d530d9a libavcodec
Rename version from CVS to the more sensible HEAD.
author | diego |
---|---|
date | Sat, 17 Jun 2006 09:27:36 +0000 |
parents | f9d739057d6c |
children | 052765f11f1c |
files | avcodec.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Fri Jun 16 20:41:33 2006 +0000 +++ b/avcodec.h Sat Jun 17 09:27:36 2006 +0000 @@ -16,7 +16,7 @@ //FIXME the following 2 really dont belong in here #define FFMPEG_VERSION_INT 0x000409 -#define FFMPEG_VERSION "CVS" +#define FFMPEG_VERSION "HEAD" #define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_TOSTRING(s) #s