diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-05-25 19:22:59 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-06-10 21:33:48 +0200 |
commit | 84d3ff50cd679e0f35f0b7ce2cb2cedd99169959 (patch) | |
tree | 439eddb4a46986299b313299f713f97f34a5b678 /libavcodec/version.h | |
parent | 799f57ac96f9891d1a0f7d6c4b218ed536e8aca5 (diff) | |
download | ffmpeg-84d3ff50cd679e0f35f0b7ce2cb2cedd99169959.tar.gz |
lavc: add a libwavpack encoder wrapper
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 e1b00eee86..3405ce9b47 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 55 -#define LIBAVCODEC_VERSION_MINOR 8 +#define LIBAVCODEC_VERSION_MINOR 9 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |