Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2017-10-18 00:39:59 +0300
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2017-10-29 02:45:43 +0300
commit1da8c4ec85c150349b81237d13d84cb16404243d (patch)
tree69abfb588f78531c8ee02cec9834c75c0d971402 /libavfilter/version.h
parent49fe0ecd405ddcee8840a98b3f09f0efe41b233d (diff)
lavfi/palettegen: Allow setting the background colour.
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 5bcf9b4df0..908dc4938a 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -31,7 +31,7 @@
#define LIBAVFILTER_VERSION_MAJOR 7
#define LIBAVFILTER_VERSION_MINOR 0
-#define LIBAVFILTER_VERSION_MICRO 100
+#define LIBAVFILTER_VERSION_MICRO 101
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \