summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorMuhammad Faiz <mfcc64@gmail.com>2016-05-06 07:37:12 +0700
committerMuhammad Faiz <mfcc64@gmail.com>2016-05-06 07:37:12 +0700
commit1d4400ac7fb057cbfff62ab4ce72e7b19c68f929 (patch)
treebcb58e503e394868538e3d0035c4e2d29be36733 /libavfilter/version.h
parent83065939cb84d79f1880bf3470e031619b55988b (diff)
avfilter/graphparser: add '\r' as whitespace
for compatibility with platforms that treat it as newline Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index d7f9c546a9..1a9c4ac5cf 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR 6
-#define LIBAVFILTER_VERSION_MINOR 44
+#define LIBAVFILTER_VERSION_MINOR 45
#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \