[FFmpeg-devel] [PATCH] pp: bump major in git master to match libav

Michael Niedermayer michaelni at gmx.at
Sun Jan 15 00:53:19 CET 2012


Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
 libpostproc/postprocess.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h
index 61c8a04..64e63da 100644
--- a/libpostproc/postprocess.h
+++ b/libpostproc/postprocess.h
@@ -29,8 +29,8 @@
 
 #include "libavutil/avutil.h"
 
-#define LIBPOSTPROC_VERSION_MAJOR 51
-#define LIBPOSTPROC_VERSION_MINOR  2
+#define LIBPOSTPROC_VERSION_MAJOR 52
+#define LIBPOSTPROC_VERSION_MINOR  0
 #define LIBPOSTPROC_VERSION_MICRO 100
 
 #define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \
-- 
1.7.5.4



More information about the ffmpeg-devel mailing list