[FFmpeg-cvslog] r25836 - trunk/libavformat/avformat.h

cehoyos subversion
Sat Nov 27 21:29:54 CET 2010


Author: cehoyos
Date: Sat Nov 27 21:29:54 2010
New Revision: 25836

Log:
Increase avformat micro version, forgotten in r25834.

Modified:
   trunk/libavformat/avformat.h

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	Sat Nov 27 19:10:20 2010	(r25835)
+++ trunk/libavformat/avformat.h	Sat Nov 27 21:29:54 2010	(r25836)
@@ -23,7 +23,7 @@
 
 #define LIBAVFORMAT_VERSION_MAJOR 52
 #define LIBAVFORMAT_VERSION_MINOR 87
-#define LIBAVFORMAT_VERSION_MICRO  0
+#define LIBAVFORMAT_VERSION_MICRO  1
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
                                                LIBAVFORMAT_VERSION_MINOR, \



More information about the ffmpeg-cvslog mailing list