diff --git a/doc/APIchanges b/doc/APIchanges
index 8da7ad336dc136cc944e7e4e08ab2b735fd348b2..eee5073f179128058e5ba32f7a6fff13ee1a1b19 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil:     2012-10-22
 
 API changes, most recent first:
 
+2014-03-18 - 37c07d4 - lsws 2.5.102
+  Make gray16 full-scale.
+
 2014-xx-xx - xxxxxxx - lavu 53.06.0 - pixfmt.h
   Add RGBA64_LIBAV pixel format and variants for compatibility
 
diff --git a/libswscale/version.h b/libswscale/version.h
index 99f329539ba069e08e3ae4781eb7bb540bc078b2..6f82d3d059cf895aaccb619c904c1e23edae4c60 100644
--- a/libswscale/version.h
+++ b/libswscale/version.h
@@ -28,7 +28,7 @@
 
 #define LIBSWSCALE_VERSION_MAJOR 2
 #define LIBSWSCALE_VERSION_MINOR 5
-#define LIBSWSCALE_VERSION_MICRO 101
+#define LIBSWSCALE_VERSION_MICRO 102
 
 #define LIBSWSCALE_VERSION_INT  AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
                                                LIBSWSCALE_VERSION_MINOR, \