diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2013-08-05 12:55:30 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2013-08-08 10:52:44 +0200 |
commit | 3e5898782dce60334ab294821ca00b19c648cf66 (patch) | |
tree | a5db4c367d79ea6bd542ddd5f1cfd48fd6647cd1 /libavcodec/version.h | |
parent | 5afe1d27912be9b643ffb4ddc21f6d920260dbb0 (diff) | |
download | ffmpeg-3e5898782dce60334ab294821ca00b19c648cf66.tar.gz |
Voxware MetaSound 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 4637b3a838..c2907cc6fe 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 55 -#define LIBAVCODEC_VERSION_MINOR 14 +#define LIBAVCODEC_VERSION_MINOR 15 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |