Title: [154342] branches/safari-537.60-branch/Source

Diff

Modified: branches/safari-537.60-branch/Source/_javascript_Core/Configurations/Version.xcconfig (154341 => 154342)


--- branches/safari-537.60-branch/Source/_javascript_Core/Configurations/Version.xcconfig	2013-08-20 17:45:19 UTC (rev 154341)
+++ branches/safari-537.60-branch/Source/_javascript_Core/Configurations/Version.xcconfig	2013-08-20 18:12:22 UTC (rev 154342)
@@ -22,9 +22,9 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 61;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+MINOR_VERSION = 60;
+TINY_VERSION = 1;
+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.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));

Modified: branches/safari-537.60-branch/Source/WebCore/Configurations/Version.xcconfig (154341 => 154342)


--- branches/safari-537.60-branch/Source/WebCore/Configurations/Version.xcconfig	2013-08-20 17:45:19 UTC (rev 154341)
+++ branches/safari-537.60-branch/Source/WebCore/Configurations/Version.xcconfig	2013-08-20 18:12:22 UTC (rev 154342)
@@ -22,9 +22,9 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 61;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+MINOR_VERSION = 60;
+TINY_VERSION = 1;
+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.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));

Modified: branches/safari-537.60-branch/Source/WebInspectorUI/Configurations/Version.xcconfig (154341 => 154342)


--- branches/safari-537.60-branch/Source/WebInspectorUI/Configurations/Version.xcconfig	2013-08-20 17:45:19 UTC (rev 154341)
+++ branches/safari-537.60-branch/Source/WebInspectorUI/Configurations/Version.xcconfig	2013-08-20 18:12:22 UTC (rev 154342)
@@ -1,7 +1,7 @@
 MAJOR_VERSION = 537;
-MINOR_VERSION = 61;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+MINOR_VERSION = 60;
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The system version prefix is based on the current system version.
 SYSTEM_VERSION_PREFIX = $(SYSTEM_VERSION_PREFIX_$(TARGET_MAC_OS_X_VERSION_MAJOR));

Modified: branches/safari-537.60-branch/Source/WebKit/mac/Configurations/Version.xcconfig (154341 => 154342)


--- branches/safari-537.60-branch/Source/WebKit/mac/Configurations/Version.xcconfig	2013-08-20 17:45:19 UTC (rev 154341)
+++ branches/safari-537.60-branch/Source/WebKit/mac/Configurations/Version.xcconfig	2013-08-20 18:12:22 UTC (rev 154342)
@@ -22,9 +22,9 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 61;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+MINOR_VERSION = 60;
+TINY_VERSION = 1;
+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.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));

Modified: branches/safari-537.60-branch/Source/WebKit2/Configurations/Version.xcconfig (154341 => 154342)


--- branches/safari-537.60-branch/Source/WebKit2/Configurations/Version.xcconfig	2013-08-20 17:45:19 UTC (rev 154341)
+++ branches/safari-537.60-branch/Source/WebKit2/Configurations/Version.xcconfig	2013-08-20 18:12:22 UTC (rev 154342)
@@ -22,9 +22,9 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 61;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+MINOR_VERSION = 60;
+TINY_VERSION = 1;
+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.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to