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:
authorMichael Niedermayer <michael@niedermayer.cc>2021-03-20 02:48:35 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2021-03-20 03:02:11 +0300
commitc361fa9e215cf21fb0e5b3395d675aec3d216719 (patch)
treee10eec416536a4e0954542b7a3bf0e5bfe2572fb /libpostproc
parentc67d2a287502845baadf986a9c63e6117a25be3f (diff)
Bump minor versions after release branchn4.5-dev
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libpostproc')
-rw-r--r--libpostproc/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpostproc/version.h b/libpostproc/version.h
index 812f8e0dc7..2dca25328a 100644
--- a/libpostproc/version.h
+++ b/libpostproc/version.h
@@ -29,7 +29,7 @@
#include "libavutil/avutil.h"
#define LIBPOSTPROC_VERSION_MAJOR 55
-#define LIBPOSTPROC_VERSION_MINOR 9
+#define LIBPOSTPROC_VERSION_MINOR 10
#define LIBPOSTPROC_VERSION_MICRO 100
#define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \