[FFmpeg-cvslog] lavf: increase major version from 53 to 54.

Anton Khirnov git at videolan.org
Sat Jan 28 08:05:06 CET 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Thu Jan 12 11:21:02 2012 +0100| [a17479dfce67fbea2d0a1bf303010dce1e79059f] | committer: Anton Khirnov

lavf: increase major version from 53 to 54.

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

 doc/APIchanges        |    2 +-
 libavformat/version.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/APIchanges b/doc/APIchanges
index 706acfb..7e5efe8 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -5,7 +5,7 @@ The last version increases were:
 libavcodec:  2012-01-27
 libavdevice: 2011-04-18
 libavfilter: 2011-04-18
-libavformat: 2011-04-18
+libavformat: 2012-01-27
 libpostproc: 2011-04-18 (deprecated, to be removed later)
 libswscale:  2011-06-20
 libavutil:   2011-04-18
diff --git a/libavformat/version.h b/libavformat/version.h
index cdea318..af3bb03 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -29,8 +29,8 @@
 
 #include "libavutil/avutil.h"
 
-#define LIBAVFORMAT_VERSION_MAJOR 53
-#define LIBAVFORMAT_VERSION_MINOR 23
+#define LIBAVFORMAT_VERSION_MAJOR 54
+#define LIBAVFORMAT_VERSION_MINOR  0
 #define LIBAVFORMAT_VERSION_MICRO  0
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list