diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-11-16 20:31:49 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-11-17 10:16:07 +0100 |
commit | 809631af1a3d2b937e928682f44ece372c085ba3 (patch) | |
tree | 8d5e872540a266038ff64df8a9a0e26c06bd8590 /libswresample/swresample.h | |
parent | af1eb298c11a934dc42d29c69906df47e8cba500 (diff) | |
download | ffmpeg-809631af1a3d2b937e928682f44ece372c085ba3.tar.gz |
swr: bump minor version.
Diffstat (limited to 'libswresample/swresample.h')
-rw-r--r-- | libswresample/swresample.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswresample/swresample.h b/libswresample/swresample.h index bd45edc674..017919b54f 100644 --- a/libswresample/swresample.h +++ b/libswresample/swresample.h @@ -25,7 +25,7 @@ #include "libavutil/samplefmt.h" #define LIBSWRESAMPLE_VERSION_MAJOR 0 -#define LIBSWRESAMPLE_VERSION_MINOR 2 +#define LIBSWRESAMPLE_VERSION_MINOR 3 #define LIBSWRESAMPLE_VERSION_MICRO 0 #define SWR_CH_MAX 16 |