diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-31 23:04:13 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-11-01 00:32:15 +0100 |
commit | 6a712e7f6296a5b69a90612a6b7c721d0cc8c159 (patch) | |
tree | 344fd3e0076b0a828ef43398f62426c0401b1633 | |
parent | 25a21c587c070fbcc79ff9e0004b6de4ec6ec692 (diff) | |
download | ffmpeg-6a712e7f6296a5b69a90612a6b7c721d0cc8c159.tar.gz |
sws: bump micro for range bugfix
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libswscale/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/version.h b/libswscale/version.h index 37dcc96572..0603b100be 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, \ |