diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-06-02 21:07:02 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-06-05 18:30:54 +0200 |
commit | c6061443f766b31b6601c36a832760ebd917c8ad (patch) | |
tree | c78aa3bf9498b0d2d6104c786bcb3ddea1532df4 /libavcodec/version.h | |
parent | 34271cabacb20f24ad07bff818e3447330cdd851 (diff) | |
download | ffmpeg-c6061443f766b31b6601c36a832760ebd917c8ad.tar.gz |
Indeo Audio decoder
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index da7796abb0..e8f0b5cb84 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,8 +27,8 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 13 -#define LIBAVCODEC_VERSION_MICRO 1 +#define LIBAVCODEC_VERSION_MINOR 14 +#define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |