[FFmpeg-cvslog] lavfi: bump minor to mark stabilizing the ABI.
Anton Khirnov
git at videolan.org
Sun Jul 29 02:26:22 CEST 2012
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed Jul 25 08:34:44 2012 +0200| [b3fa4788231b0e7bf73d6123e39a278d26d1c3e5] | committer: Anton Khirnov
lavfi: bump minor to mark stabilizing the ABI.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b3fa4788231b0e7bf73d6123e39a278d26d1c3e5
---
libavfilter/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/version.h b/libavfilter/version.h
index c1292bb..0e72a47 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -29,7 +29,7 @@
#include "libavutil/avutil.h"
#define LIBAVFILTER_VERSION_MAJOR 3
-#define LIBAVFILTER_VERSION_MINOR 0
+#define LIBAVFILTER_VERSION_MINOR 1
#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list