lavf: increase major version from 53 to 54.
authorAnton Khirnov <anton@khirnov.net>
Thu, 12 Jan 2012 10:21:02 +0000 (11:21 +0100)
committerAnton Khirnov <anton@khirnov.net>
Fri, 27 Jan 2012 09:52:39 +0000 (10:52 +0100)
doc/APIchanges
libavformat/version.h

index 706acfb..7e5efe8 100644 (file)
@@ -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
index cdea318..af3bb03 100644 (file)
@@ -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, \