diff --git a/doc/APIchanges b/doc/APIchanges
index 4030428e0e836d01812c4f4d673845398940636b..4d4ac3f757c27f090c4f82615b596aca55d2a200 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -7,8 +7,8 @@ libavdevice:   2014-08-09
 libavfilter:   2014-08-09
 libavformat:   2014-08-09
 libavresample: 2014-08-09
-libpostproc:   2011-04-18
-libswresample: 2011-09-19
+libpostproc:   2014-08-09
+libswresample: 2014-08-09
 libswscale:    2014-08-09
 libavutil:     2014-08-09
 
diff --git a/libpostproc/version.h b/libpostproc/version.h
index 111db44e01f039b39bfad4f5ae8a07d780975909..dab1965a10049b4085a6cdfcd633c8e485248f48 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, \
diff --git a/libswresample/swresample_internal.h b/libswresample/swresample_internal.h
index be4b321f702e679b211237c783b0650651192576..792768afbf3a2eff0b374b0e552f9ec56eb49a7f 100644
--- a/libswresample/swresample_internal.h
+++ b/libswresample/swresample_internal.h
@@ -25,6 +25,8 @@
 #include "libavutil/channel_layout.h"
 #include "config.h"
 
+#define SWR_CH_MAX 32
+
 #define SQRT3_2      1.22474487139158904909  /* sqrt(3/2) */
 
 #define NS_TAPS 20
diff --git a/libswresample/version.h b/libswresample/version.h
index 8ca9f59102ded1c35018e4346b989e0909651ddd..316d304e488077297c9491ecc4c0c0279428c12a 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, \