summaryrefslogtreecommitdiff
authorMichael Niedermayer <michaelni@gmx.at>2012-01-14 23:45:28 (GMT)
committer Michael Niedermayer <michaelni@gmx.at>2012-01-18 20:21:05 (GMT)
commit126b04196e2a4af69644464b44d4b237185eff8e (patch)
tree1bb952fc09583be8e647e9f9209f4497d4fceedb
parentf9ced97543daf4a34a31bc4d5b1cd898ded11abd (diff)
downloadffmpeg-126b04196e2a4af69644464b44d4b237185eff8e.zip
ffmpeg-126b04196e2a4af69644464b44d4b237185eff8e.tar.gz
ffmpeg-126b04196e2a4af69644464b44d4b237185eff8e.tar.bz2
pp: bump major in git master to match what debian contains.
The ABI differences are negligible, but its easier for all if all distros have libpostproc HEAD under the same soname and debian bumped soname without consulting upstream, so as silly as it is following this is probably the least pain for all. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat
-rw-r--r--libpostproc/postprocess.h4
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, \