Browse code

Bump version and update APIchanges after r25210.

Originally committed as revision 25216 to svn://svn.ffmpeg.org/ffmpeg/trunk

Stefano Sabatini authored on 2010/09/27 09:30:14
Showing 3 changed files
... ...
@@ -13,6 +13,9 @@ libavutil:   2009-03-08
13 13
 
14 14
 API changes, most recent first:
15 15
 
16
+2010-09-26 - r25210 - lavu 50.29.0 - opt.h
17
+  Move libavcodec/opt.h to libavutil/opt.h.
18
+
16 19
 2010-09-24 - r25174 - lavu 50.28.0 - av_log_set_flags()
17 20
   Default of av_log() changed due to many problems to the old no repeat
18 21
   detection. Read the docs of AV_LOG_SKIP_REPEATED in log.h before
... ...
@@ -32,7 +32,7 @@
32 32
 
33 33
 #define LIBAVCODEC_VERSION_MAJOR 52
34 34
 #define LIBAVCODEC_VERSION_MINOR 91
35
-#define LIBAVCODEC_VERSION_MICRO  0
35
+#define LIBAVCODEC_VERSION_MICRO  1
36 36
 
37 37
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
38 38
                                                LIBAVCODEC_VERSION_MINOR, \
... ...
@@ -40,7 +40,7 @@
40 40
 #define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c)
41 41
 
42 42
 #define LIBAVUTIL_VERSION_MAJOR 50
43
-#define LIBAVUTIL_VERSION_MINOR 28
43
+#define LIBAVUTIL_VERSION_MINOR 29
44 44
 #define LIBAVUTIL_VERSION_MICRO  0
45 45
 
46 46
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \