Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2017-03-16 22:37:51 +0300
committerVittorio Giovara <vittorio.giovara@gmail.com>2017-03-23 11:56:20 +0300
commit07a2b155949eb267cdfc7805f42c7b3375f9c7c5 (patch)
tree50fe9f95e996604352a1dcb0a659e87df5cca121 /libavresample
parent628ce8b8b6b80cb3985d39e195b71b9d7fad9008 (diff)
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')
-rw-r--r--libavresample/version.h2
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