Title: [112290] tags/Safari-536.4.1/Source
- Revision
- 112290
- Author
- [email protected]
- Date
- 2012-03-27 11:45:28 -0700 (Tue, 27 Mar 2012)
Log Message
Versioning.
Modified Paths
Diff
Modified: tags/Safari-536.4.1/Source/_javascript_Core/Configurations/Version.xcconfig (112289 => 112290)
--- tags/Safari-536.4.1/Source/_javascript_Core/Configurations/Version.xcconfig 2012-03-27 18:42:02 UTC (rev 112289)
+++ tags/Safari-536.4.1/Source/_javascript_Core/Configurations/Version.xcconfig 2012-03-27 18:45:28 UTC (rev 112290)
@@ -23,8 +23,8 @@
MAJOR_VERSION = 536;
MINOR_VERSION = 4;
-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-536.4.1/Source/WebCore/Configurations/Version.xcconfig (112289 => 112290)
--- tags/Safari-536.4.1/Source/WebCore/Configurations/Version.xcconfig 2012-03-27 18:42:02 UTC (rev 112289)
+++ tags/Safari-536.4.1/Source/WebCore/Configurations/Version.xcconfig 2012-03-27 18:45:28 UTC (rev 112290)
@@ -23,8 +23,8 @@
MAJOR_VERSION = 536;
MINOR_VERSION = 4;
-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-536.4.1/Source/WebKit/mac/Configurations/Version.xcconfig (112289 => 112290)
--- tags/Safari-536.4.1/Source/WebKit/mac/Configurations/Version.xcconfig 2012-03-27 18:42:02 UTC (rev 112289)
+++ tags/Safari-536.4.1/Source/WebKit/mac/Configurations/Version.xcconfig 2012-03-27 18:45:28 UTC (rev 112290)
@@ -23,8 +23,8 @@
MAJOR_VERSION = 536;
MINOR_VERSION = 4;
-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-536.4.1/Source/WebKit2/Configurations/Version.xcconfig (112289 => 112290)
--- tags/Safari-536.4.1/Source/WebKit2/Configurations/Version.xcconfig 2012-03-27 18:42:02 UTC (rev 112289)
+++ tags/Safari-536.4.1/Source/WebKit2/Configurations/Version.xcconfig 2012-03-27 18:45:28 UTC (rev 112290)
@@ -23,8 +23,8 @@
MAJOR_VERSION = 536;
MINOR_VERSION = 4;
-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]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes