Title: [143041] tags/Safari-537.31.2/Source
- Revision
- 143041
- Author
- lforsch...@apple.com
- Date
- 2013-02-15 13:15:37 -0800 (Fri, 15 Feb 2013)
Log Message
Versioning.
Modified Paths
Diff
Modified: tags/Safari-537.31.2/Source/_javascript_Core/Configurations/Version.xcconfig (143040 => 143041)
--- tags/Safari-537.31.2/Source/_javascript_Core/Configurations/Version.xcconfig 2013-02-15 21:11:51 UTC (rev 143040)
+++ tags/Safari-537.31.2/Source/_javascript_Core/Configurations/Version.xcconfig 2013-02-15 21:15:37 UTC (rev 143041)
@@ -23,8 +23,8 @@
MAJOR_VERSION = 537;
MINOR_VERSION = 31;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+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.
BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));
Modified: tags/Safari-537.31.2/Source/WebCore/Configurations/Version.xcconfig (143040 => 143041)
--- tags/Safari-537.31.2/Source/WebCore/Configurations/Version.xcconfig 2013-02-15 21:11:51 UTC (rev 143040)
+++ tags/Safari-537.31.2/Source/WebCore/Configurations/Version.xcconfig 2013-02-15 21:15:37 UTC (rev 143041)
@@ -23,8 +23,8 @@
MAJOR_VERSION = 537;
MINOR_VERSION = 31;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+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.
BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));
Modified: tags/Safari-537.31.2/Source/WebKit/mac/Configurations/Version.xcconfig (143040 => 143041)
--- tags/Safari-537.31.2/Source/WebKit/mac/Configurations/Version.xcconfig 2013-02-15 21:11:51 UTC (rev 143040)
+++ tags/Safari-537.31.2/Source/WebKit/mac/Configurations/Version.xcconfig 2013-02-15 21:15:37 UTC (rev 143041)
@@ -23,8 +23,8 @@
MAJOR_VERSION = 537;
MINOR_VERSION = 31;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+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.
BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));
Modified: tags/Safari-537.31.2/Source/WebKit2/Configurations/Version.xcconfig (143040 => 143041)
--- tags/Safari-537.31.2/Source/WebKit2/Configurations/Version.xcconfig 2013-02-15 21:11:51 UTC (rev 143040)
+++ tags/Safari-537.31.2/Source/WebKit2/Configurations/Version.xcconfig 2013-02-15 21:15:37 UTC (rev 143041)
@@ -23,8 +23,8 @@
MAJOR_VERSION = 537;
MINOR_VERSION = 31;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+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.
BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes