[FFmpeg-cvslog] lavfi: bump minor version after the first round of evil changes.

Clément Bœsch git at videolan.org
Sun Mar 10 03:00:59 CET 2013


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sun Mar 10 02:59:43 2013 +0100| [3d813e7ec373d4785d9c0c46b5793414d084708f] | committer: Clément Bœsch

lavfi: bump minor version after the first round of evil changes.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3d813e7ec373d4785d9c0c46b5793414d084708f
---

 libavfilter/version.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavfilter/version.h b/libavfilter/version.h
index f9ae0b9..bc3b405 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -29,8 +29,8 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVFILTER_VERSION_MAJOR  3
-#define LIBAVFILTER_VERSION_MINOR  42
-#define LIBAVFILTER_VERSION_MICRO 103
+#define LIBAVFILTER_VERSION_MINOR  43
+#define LIBAVFILTER_VERSION_MICRO 100
 
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
                                                LIBAVFILTER_VERSION_MINOR, \



More information about the ffmpeg-cvslog mailing list