Title: [116326] tags/Safari-536.10.1/Source
- Revision
- 116326
- Author
- [email protected]
- Date
- 2012-05-07 11:30:27 -0700 (Mon, 07 May 2012)
Log Message
Fix versioning for 536.10.1.
Modified Paths
Diff
Modified: tags/Safari-536.10.1/Source/_javascript_Core/Configurations/Version.xcconfig (116325 => 116326)
--- tags/Safari-536.10.1/Source/_javascript_Core/Configurations/Version.xcconfig 2012-05-07 18:27:21 UTC (rev 116325)
+++ tags/Safari-536.10.1/Source/_javascript_Core/Configurations/Version.xcconfig 2012-05-07 18:30:27 UTC (rev 116326)
@@ -23,7 +23,7 @@
MAJOR_VERSION = 536;
MINOR_VERSION = 10;
-TINY_VERSION = 2;
+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.
Modified: tags/Safari-536.10.1/Source/WebCore/Configurations/Version.xcconfig (116325 => 116326)
--- tags/Safari-536.10.1/Source/WebCore/Configurations/Version.xcconfig 2012-05-07 18:27:21 UTC (rev 116325)
+++ tags/Safari-536.10.1/Source/WebCore/Configurations/Version.xcconfig 2012-05-07 18:30:27 UTC (rev 116326)
@@ -23,7 +23,7 @@
MAJOR_VERSION = 536;
MINOR_VERSION = 10;
-TINY_VERSION = 2;
+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.
Modified: tags/Safari-536.10.1/Source/WebKit/mac/Configurations/Version.xcconfig (116325 => 116326)
--- tags/Safari-536.10.1/Source/WebKit/mac/Configurations/Version.xcconfig 2012-05-07 18:27:21 UTC (rev 116325)
+++ tags/Safari-536.10.1/Source/WebKit/mac/Configurations/Version.xcconfig 2012-05-07 18:30:27 UTC (rev 116326)
@@ -23,7 +23,7 @@
MAJOR_VERSION = 536;
MINOR_VERSION = 10;
-TINY_VERSION = 2;
+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.
Modified: tags/Safari-536.10.1/Source/WebKit2/Configurations/Version.xcconfig (116325 => 116326)
--- tags/Safari-536.10.1/Source/WebKit2/Configurations/Version.xcconfig 2012-05-07 18:27:21 UTC (rev 116325)
+++ tags/Safari-536.10.1/Source/WebKit2/Configurations/Version.xcconfig 2012-05-07 18:30:27 UTC (rev 116326)
@@ -23,7 +23,7 @@
MAJOR_VERSION = 536;
MINOR_VERSION = 10;
-TINY_VERSION = 2;
+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.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes