Title: [123669] branches/safari-536.26-branch/Source
- Revision
- 123669
- Author
- lforsch...@apple.com
- Date
- 2012-07-25 15:27:56 -0700 (Wed, 25 Jul 2012)
Log Message
Versioning.
Modified Paths
Diff
Modified: branches/safari-536.26-branch/Source/_javascript_Core/Configurations/Version.xcconfig (123668 => 123669)
--- branches/safari-536.26-branch/Source/_javascript_Core/Configurations/Version.xcconfig 2012-07-25 22:19:26 UTC (rev 123668)
+++ branches/safari-536.26-branch/Source/_javascript_Core/Configurations/Version.xcconfig 2012-07-25 22:27:56 UTC (rev 123669)
@@ -23,8 +23,8 @@
MAJOR_VERSION = 536;
MINOR_VERSION = 26;
-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: branches/safari-536.26-branch/Source/WebCore/Configurations/Version.xcconfig (123668 => 123669)
--- branches/safari-536.26-branch/Source/WebCore/Configurations/Version.xcconfig 2012-07-25 22:19:26 UTC (rev 123668)
+++ branches/safari-536.26-branch/Source/WebCore/Configurations/Version.xcconfig 2012-07-25 22:27:56 UTC (rev 123669)
@@ -23,8 +23,8 @@
MAJOR_VERSION = 536;
MINOR_VERSION = 26;
-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: branches/safari-536.26-branch/Source/WebKit/mac/Configurations/Version.xcconfig (123668 => 123669)
--- branches/safari-536.26-branch/Source/WebKit/mac/Configurations/Version.xcconfig 2012-07-25 22:19:26 UTC (rev 123668)
+++ branches/safari-536.26-branch/Source/WebKit/mac/Configurations/Version.xcconfig 2012-07-25 22:27:56 UTC (rev 123669)
@@ -23,8 +23,8 @@
MAJOR_VERSION = 536;
MINOR_VERSION = 26;
-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: branches/safari-536.26-branch/Source/WebKit2/Configurations/Version.xcconfig (123668 => 123669)
--- branches/safari-536.26-branch/Source/WebKit2/Configurations/Version.xcconfig 2012-07-25 22:19:26 UTC (rev 123668)
+++ branches/safari-536.26-branch/Source/WebKit2/Configurations/Version.xcconfig 2012-07-25 22:27:56 UTC (rev 123669)
@@ -23,8 +23,8 @@
MAJOR_VERSION = 536;
MINOR_VERSION = 26;
-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
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes