Browse code

Bump minor version as av_log_missing_feature() was added to public API in r14685

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

Robert Swain authored on 2008/08/11 07:18:46
Showing 1 changed files
... ...
@@ -30,7 +30,7 @@
30 30
 #include "libavutil/avutil.h"
31 31
 
32 32
 #define LIBAVCODEC_VERSION_MAJOR 51
33
-#define LIBAVCODEC_VERSION_MINOR 63
33
+#define LIBAVCODEC_VERSION_MINOR 64
34 34
 #define LIBAVCODEC_VERSION_MICRO  0
35 35
 
36 36
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \