Title: [142293] tags/Safari-537.30.1/Source
- Revision
- 142293
- Author
- [email protected]
- Date
- 2013-02-08 09:32:47 -0800 (Fri, 08 Feb 2013)
Log Message
Versioning.
Modified Paths
Diff
Modified: tags/Safari-537.30.1/Source/_javascript_Core/Configurations/Version.xcconfig (142292 => 142293)
--- tags/Safari-537.30.1/Source/_javascript_Core/Configurations/Version.xcconfig 2013-02-08 17:29:36 UTC (rev 142292)
+++ tags/Safari-537.30.1/Source/_javascript_Core/Configurations/Version.xcconfig 2013-02-08 17:32:47 UTC (rev 142293)
@@ -23,8 +23,8 @@
MAJOR_VERSION = 537;
MINOR_VERSION = 30;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+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: tags/Safari-537.30.1/Source/WebCore/Configurations/Version.xcconfig (142292 => 142293)
--- tags/Safari-537.30.1/Source/WebCore/Configurations/Version.xcconfig 2013-02-08 17:29:36 UTC (rev 142292)
+++ tags/Safari-537.30.1/Source/WebCore/Configurations/Version.xcconfig 2013-02-08 17:32:47 UTC (rev 142293)
@@ -23,8 +23,8 @@
MAJOR_VERSION = 537;
MINOR_VERSION = 30;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+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: tags/Safari-537.30.1/Source/WebKit/mac/Configurations/Version.xcconfig (142292 => 142293)
--- tags/Safari-537.30.1/Source/WebKit/mac/Configurations/Version.xcconfig 2013-02-08 17:29:36 UTC (rev 142292)
+++ tags/Safari-537.30.1/Source/WebKit/mac/Configurations/Version.xcconfig 2013-02-08 17:32:47 UTC (rev 142293)
@@ -23,8 +23,8 @@
MAJOR_VERSION = 537;
MINOR_VERSION = 30;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+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: tags/Safari-537.30.1/Source/WebKit2/Configurations/Version.xcconfig (142292 => 142293)
--- tags/Safari-537.30.1/Source/WebKit2/Configurations/Version.xcconfig 2013-02-08 17:29:36 UTC (rev 142292)
+++ tags/Safari-537.30.1/Source/WebKit2/Configurations/Version.xcconfig 2013-02-08 17:32:47 UTC (rev 142293)
@@ -23,8 +23,8 @@
MAJOR_VERSION = 537;
MINOR_VERSION = 30;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+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