summaryrefslogtreecommitdiff
path: root/libpostproc/version.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-10 00:53:27 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-10 01:17:02 +0200
commit97f8c7a03eddacd9b6450423cc21a801e002f01f (patch)
treeb0a3bbc9c884bab2118fb802a93e6792fffb04c2 /libpostproc/version.h
parent74be0f82a775fdf93d4a41c4e3049679ef93b6d3 (diff)
downloadffmpeg-97f8c7a03eddacd9b6450423cc21a801e002f01f.tar.gz
bump libpostproc and libswresample
this is needed / avoids some headaches as one of their dependancies (libavutil) was bumped Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libpostproc/version.h')
-rw-r--r--libpostproc/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpostproc/version.h b/libpostproc/version.h
index 111db44e01..dab1965a10 100644
--- a/libpostproc/version.h
+++ b/libpostproc/version.h
@@ -28,8 +28,8 @@
#include "libavutil/avutil.h"
-#define LIBPOSTPROC_VERSION_MAJOR 52
-#define LIBPOSTPROC_VERSION_MINOR 3
+#define LIBPOSTPROC_VERSION_MAJOR 53
+#define LIBPOSTPROC_VERSION_MINOR 0
#define LIBPOSTPROC_VERSION_MICRO 100
#define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \