[FFmpeg-cvslog] sws: bump micro for range bugfix
Michael Niedermayer
git at videolan.org
Thu Nov 1 00:38:54 CET 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Oct 31 23:04:13 2012 +0100| [6a712e7f6296a5b69a90612a6b7c721d0cc8c159] | committer: Michael Niedermayer
sws: bump micro for range bugfix
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6a712e7f6296a5b69a90612a6b7c721d0cc8c159
---
libswscale/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libswscale/version.h b/libswscale/version.h
index 37dcc96..0603b10 100644
--- a/libswscale/version.h
+++ b/libswscale/version.h
@@ -28,7 +28,7 @@
#define LIBSWSCALE_VERSION_MAJOR 2
#define LIBSWSCALE_VERSION_MINOR 1
-#define LIBSWSCALE_VERSION_MICRO 101
+#define LIBSWSCALE_VERSION_MICRO 102
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
LIBSWSCALE_VERSION_MINOR, \
More information about the ffmpeg-cvslog
mailing list