Versioning.

Canonical link: https://commits.webkit.org/[email protected]
git-svn-id: https://svn.webkit.org/repository/webkit/branches/safari-533.21-branch@81559 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/JavaScriptCore/Configurations/Version.xcconfig b/JavaScriptCore/Configurations/Version.xcconfig
index 4446ebb..c22f41c 100644
--- a/JavaScriptCore/Configurations/Version.xcconfig
+++ b/JavaScriptCore/Configurations/Version.xcconfig
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 533;
 MINOR_VERSION = 21;
-TINY_VERSION = 1;
+TINY_VERSION = 2;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
diff --git a/JavaScriptGlue/Configurations/Version.xcconfig b/JavaScriptGlue/Configurations/Version.xcconfig
index 4446ebb..c22f41c 100644
--- a/JavaScriptGlue/Configurations/Version.xcconfig
+++ b/JavaScriptGlue/Configurations/Version.xcconfig
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 533;
 MINOR_VERSION = 21;
-TINY_VERSION = 1;
+TINY_VERSION = 2;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
diff --git a/WebCore/Configurations/Version.xcconfig b/WebCore/Configurations/Version.xcconfig
index 4446ebb..c22f41c 100644
--- a/WebCore/Configurations/Version.xcconfig
+++ b/WebCore/Configurations/Version.xcconfig
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 533;
 MINOR_VERSION = 21;
-TINY_VERSION = 1;
+TINY_VERSION = 2;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
diff --git a/WebKit/mac/Configurations/Version.xcconfig b/WebKit/mac/Configurations/Version.xcconfig
index 4446ebb..c22f41c 100644
--- a/WebKit/mac/Configurations/Version.xcconfig
+++ b/WebKit/mac/Configurations/Version.xcconfig
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 533;
 MINOR_VERSION = 21;
-TINY_VERSION = 1;
+TINY_VERSION = 2;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
diff --git a/WebKit2/Configurations/Version.xcconfig b/WebKit2/Configurations/Version.xcconfig
index 2858e99..1d87b2a 100644
--- a/WebKit2/Configurations/Version.xcconfig
+++ b/WebKit2/Configurations/Version.xcconfig
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 533;
 MINOR_VERSION = 21;
-TINY_VERSION = 1;
+TINY_VERSION = 2;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.