diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-03-17 08:48:57 +0100 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-03-19 18:46:34 +0100 |
commit | b8560637d93b632bd6b318baea4dc68b79e2ef85 (patch) | |
tree | 88dfc2578a3ce88b0600d2d7adeb40e9f7d2f1b6 /libavcodec/version.h | |
parent | 316e724f18c7299958d7f77c85c7425d43e7e777 (diff) | |
download | ffmpeg-b8560637d93b632bd6b318baea4dc68b79e2ef85.tar.gz |
RealAudio Lossless decoder
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 4573568928..39ecd6894b 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -21,7 +21,7 @@ #define AVCODEC_VERSION_H #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 9 +#define LIBAVCODEC_VERSION_MINOR 10 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |