From 97f8c7a03eddacd9b6450423cc21a801e002f01f Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 10 Aug 2014 00:53:27 +0200 Subject: bump libpostproc and libswresample this is needed / avoids some headaches as one of their dependancies (libavutil) was bumped Signed-off-by: Michael Niedermayer --- libswresample/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libswresample/version.h') diff --git a/libswresample/version.h b/libswresample/version.h index 8ca9f59102..316d304e48 100644 --- a/libswresample/version.h +++ b/libswresample/version.h @@ -28,8 +28,8 @@ #include "libavutil/avutil.h" -#define LIBSWRESAMPLE_VERSION_MAJOR 0 -#define LIBSWRESAMPLE_VERSION_MINOR 19 +#define LIBSWRESAMPLE_VERSION_MAJOR 1 +#define LIBSWRESAMPLE_VERSION_MINOR 0 #define LIBSWRESAMPLE_VERSION_MICRO 100 #define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \ -- cgit v1.2.1