summaryrefslogtreecommitdiff
path: root/libpostproc/postprocess.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-12-22 03:07:13 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-12-22 03:07:13 +0100
commit55a6d8d9fa51eede315544d87b62f466dd815b9e (patch)
treed6603fbcbea625624c7f59813f379aaf1ed24c65 /libpostproc/postprocess.h
parentd5874e9c2ca44e639663769bd5f5f780578c6e92 (diff)
downloadffmpeg-55a6d8d9fa51eede315544d87b62f466dd815b9e.tar.gz
libpostproc: increase LIBPOSTPROC_VERSION_MICRO to 100
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libpostproc/postprocess.h')
-rw-r--r--libpostproc/postprocess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h
index 4be7d2214e..61c8a0421d 100644
--- a/libpostproc/postprocess.h
+++ b/libpostproc/postprocess.h
@@ -31,7 +31,7 @@
#define LIBPOSTPROC_VERSION_MAJOR 51
#define LIBPOSTPROC_VERSION_MINOR 2
-#define LIBPOSTPROC_VERSION_MICRO 0
+#define LIBPOSTPROC_VERSION_MICRO 100
#define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \
LIBPOSTPROC_VERSION_MINOR, \