Versioning.

WebKit-7620.2.4.10.2

Canonical link: https://commits.webkit.org/283286.606@safari-7620.2.4.10-branch
diff --git a/Configurations/Version.xcconfig b/Configurations/Version.xcconfig
index 4cbb3e3..61b3845 100644
--- a/Configurations/Version.xcconfig
+++ b/Configurations/Version.xcconfig
@@ -25,7 +25,7 @@
 MINOR_VERSION = 2;
 TINY_VERSION = 4;
 MICRO_VERSION = 10;
-NANO_VERSION = 1;
+NANO_VERSION = 2;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.