diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-03-16 15:37:51 -0400 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-03-23 09:56:20 +0100 |
commit | 07a2b155949eb267cdfc7805f42c7b3375f9c7c5 (patch) | |
tree | 50fe9f95e996604352a1dcb0a659e87df5cca121 /libavresample/version.h | |
parent | 628ce8b8b6b80cb3985d39e195b71b9d7fad9008 (diff) | |
download | ffmpeg-07a2b155949eb267cdfc7805f42c7b3375f9c7c5.tar.gz |
Bump major versions of all libraries
This disables everything that was deprecated at least 18 months ago.
Readjust the minimum API version as needed, postponing any
API-incompatible changes until the next bump.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'libavresample/version.h')
-rw-r--r-- | libavresample/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavresample/version.h b/libavresample/version.h index 2f204e0476..a6a5d67317 100644 --- a/libavresample/version.h +++ b/libavresample/version.h @@ -27,7 +27,7 @@ #include "libavutil/version.h" -#define LIBAVRESAMPLE_VERSION_MAJOR 3 +#define LIBAVRESAMPLE_VERSION_MAJOR 4 #define LIBAVRESAMPLE_VERSION_MINOR 0 #define LIBAVRESAMPLE_VERSION_MICRO 0 |