[FFmpeg-cvslog] avdevice: bump major

Michael Niedermayer git at videolan.org
Thu Mar 14 14:00:18 CET 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Mar 14 13:31:38 2013 +0100| [2ffa9e611e5c1e84b360cb43cb18c5af4b8ee1a6] | committer: Michael Niedermayer

avdevice: bump major

Our previous release (1.1) contained a version 54 libavdevice
and this version here is not ABI compatible thus a bump is
needed

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

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

diff --git a/libavdevice/version.h b/libavdevice/version.h
index 9f2577a..c03e733 100644
--- a/libavdevice/version.h
+++ b/libavdevice/version.h
@@ -27,8 +27,8 @@
 
 #include "libavutil/avutil.h"
 
-#define LIBAVDEVICE_VERSION_MAJOR  54
-#define LIBAVDEVICE_VERSION_MINOR   4
+#define LIBAVDEVICE_VERSION_MAJOR  55
+#define LIBAVDEVICE_VERSION_MINOR   0
 #define LIBAVDEVICE_VERSION_MICRO 100
 
 #define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list