Browse code

lavf: increase major version from 53 to 54.

Anton Khirnov authored on 2012/01/12 19:21:02
Showing 2 changed files
... ...
@@ -5,7 +5,7 @@ The last version increases were:
5 5
 libavcodec:  2012-01-27
6 6
 libavdevice: 2011-04-18
7 7
 libavfilter: 2011-04-18
8
-libavformat: 2011-04-18
8
+libavformat: 2012-01-27
9 9
 libpostproc: 2011-04-18 (deprecated, to be removed later)
10 10
 libswscale:  2011-06-20
11 11
 libavutil:   2011-04-18
... ...
@@ -29,8 +29,8 @@
29 29
 
30 30
 #include "libavutil/avutil.h"
31 31
 
32
-#define LIBAVFORMAT_VERSION_MAJOR 53
33
-#define LIBAVFORMAT_VERSION_MINOR 23
32
+#define LIBAVFORMAT_VERSION_MAJOR 54
33
+#define LIBAVFORMAT_VERSION_MINOR  0
34 34
 #define LIBAVFORMAT_VERSION_MICRO  0
35 35
 
36 36
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \