[FFmpeg-cvslog] lavfi: bump minor after recent curves filter additions
Clément Bœsch
git at videolan.org
Sun Jul 24 13:22:46 EEST 2016
ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Sun Jul 24 12:22:41 2016 +0200| [6e971f7d66f95f6683a0f52a9df2afdc1ea4bf2b] | committer: Clément Bœsch
lavfi: bump minor after recent curves filter additions
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6e971f7d66f95f6683a0f52a9df2afdc1ea4bf2b
---
libavfilter/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 6d56dad..89d6fbc 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 47
+#define LIBAVFILTER_VERSION_MINOR 48
#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list