Skip to content

Commit

Permalink
update version for next release
Browse files Browse the repository at this point in the history
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3297 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
  • Loading branch information
michael committed Jul 9, 2004
1 parent 8c37504 commit f95ff7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libavcodec/avcodec.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ extern "C" {
#include "rational.h"
#include <sys/types.h> /* size_t */

#define FFMPEG_VERSION_INT 0x000408
#define FFMPEG_VERSION "0.4.8"
#define LIBAVCODEC_BUILD 4717
#define FFMPEG_VERSION_INT 0x000409
#define FFMPEG_VERSION "0.4.9-pre1"
#define LIBAVCODEC_BUILD 4718

#define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT
#define LIBAVCODEC_VERSION FFMPEG_VERSION
Expand Down

0 comments on commit f95ff7b

Please sign in to comment.