summaryrefslogtreecommitdiff
path: root/libavdevice
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2017-03-16 15:37:51 -0400
committerVittorio Giovara <vittorio.giovara@gmail.com>2017-03-23 09:56:20 +0100
commit07a2b155949eb267cdfc7805f42c7b3375f9c7c5 (patch)
tree50fe9f95e996604352a1dcb0a659e87df5cca121 /libavdevice
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 'libavdevice')
-rw-r--r--libavdevice/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavdevice/version.h b/libavdevice/version.h
index a5297320da..1bcb32c4c9 100644
--- a/libavdevice/version.h
+++ b/libavdevice/version.h
@@ -27,8 +27,8 @@
#include "libavutil/version.h"
-#define LIBAVDEVICE_VERSION_MAJOR 56
-#define LIBAVDEVICE_VERSION_MINOR 1
+#define LIBAVDEVICE_VERSION_MAJOR 57
+#define LIBAVDEVICE_VERSION_MINOR 0
#define LIBAVDEVICE_VERSION_MICRO 0
#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \