Browse code

libpostproc: increase LIBPOSTPROC_VERSION_MICRO to 100

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2011/12/22 11:07:13
Showing 2 changed files
... ...
@@ -75,6 +75,7 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
75 75
 
76 76
 #include "config.h"
77 77
 #include "libavutil/avutil.h"
78
+#include "libavutil/avassert.h"
78 79
 #include <inttypes.h>
79 80
 #include <stdio.h>
80 81
 #include <stdlib.h>
... ...
@@ -90,6 +91,7 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
90 90
 
91 91
 unsigned postproc_version(void)
92 92
 {
93
+    av_assert0(LIBPOSTPROC_VERSION_MICRO >= 100);
93 94
     return LIBPOSTPROC_VERSION_INT;
94 95
 }
95 96
 
... ...
@@ -31,7 +31,7 @@
31 31
 
32 32
 #define LIBPOSTPROC_VERSION_MAJOR 51
33 33
 #define LIBPOSTPROC_VERSION_MINOR  2
34
-#define LIBPOSTPROC_VERSION_MICRO  0
34
+#define LIBPOSTPROC_VERSION_MICRO 100
35 35
 
36 36
 #define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \
37 37
                                                LIBPOSTPROC_VERSION_MINOR, \