[FFmpeg-cvslog] r22087 - branches/0.5/libavcodec/avcodec.h

siretart subversion
Sat Feb 27 11:01:45 CET 2010


Author: siretart
Date: Sat Feb 27 11:01:45 2010
New Revision: 22087

Log:
bump LIBAVCODEC_VERSION_MICRO for addition of the lock manager API

As discussed with Diego, we'll go for bumping micro in 0.5 and will
consider adding a RELEASEVERSION macro for trunk and 0.6 seperatly

Modified:
   branches/0.5/libavcodec/avcodec.h

Modified: branches/0.5/libavcodec/avcodec.h
==============================================================================
--- branches/0.5/libavcodec/avcodec.h	Sat Feb 27 05:09:48 2010	(r22086)
+++ branches/0.5/libavcodec/avcodec.h	Sat Feb 27 11:01:45 2010	(r22087)
@@ -31,7 +31,7 @@
 
 #define LIBAVCODEC_VERSION_MAJOR 52
 #define LIBAVCODEC_VERSION_MINOR 20
-#define LIBAVCODEC_VERSION_MICRO  0
+#define LIBAVCODEC_VERSION_MICRO  1
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
                                                LIBAVCODEC_VERSION_MINOR, \



More information about the ffmpeg-cvslog mailing list