Title: [125089] branches/safari-536.25-branch/Source
- Revision
- 125089
- Author
- lforsch...@apple.com
- Date
- 2012-08-08 14:19:40 -0700 (Wed, 08 Aug 2012)
Log Message
Versioning.
Modified Paths
Diff
Modified: branches/safari-536.25-branch/Source/_javascript_Core/Configurations/Version.xcconfig (125088 => 125089)
--- branches/safari-536.25-branch/Source/_javascript_Core/Configurations/Version.xcconfig 2012-08-08 21:17:43 UTC (rev 125088)
+++ branches/safari-536.25-branch/Source/_javascript_Core/Configurations/Version.xcconfig 2012-08-08 21:19:40 UTC (rev 125089)
@@ -22,9 +22,9 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
MAJOR_VERSION = 536;
-MINOR_VERSION = 26;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+MINOR_VERSION = 25;
+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.25-branch/Source/WebCore/Configurations/Version.xcconfig (125088 => 125089)
--- branches/safari-536.25-branch/Source/WebCore/Configurations/Version.xcconfig 2012-08-08 21:17:43 UTC (rev 125088)
+++ branches/safari-536.25-branch/Source/WebCore/Configurations/Version.xcconfig 2012-08-08 21:19:40 UTC (rev 125089)
@@ -22,9 +22,9 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
MAJOR_VERSION = 536;
-MINOR_VERSION = 26;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+MINOR_VERSION = 25;
+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.25-branch/Source/WebKit/mac/Configurations/Version.xcconfig (125088 => 125089)
--- branches/safari-536.25-branch/Source/WebKit/mac/Configurations/Version.xcconfig 2012-08-08 21:17:43 UTC (rev 125088)
+++ branches/safari-536.25-branch/Source/WebKit/mac/Configurations/Version.xcconfig 2012-08-08 21:19:40 UTC (rev 125089)
@@ -22,9 +22,9 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
MAJOR_VERSION = 536;
-MINOR_VERSION = 26;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+MINOR_VERSION = 25;
+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.25-branch/Source/WebKit2/Configurations/Version.xcconfig (125088 => 125089)
--- branches/safari-536.25-branch/Source/WebKit2/Configurations/Version.xcconfig 2012-08-08 21:17:43 UTC (rev 125088)
+++ branches/safari-536.25-branch/Source/WebKit2/Configurations/Version.xcconfig 2012-08-08 21:19:40 UTC (rev 125089)
@@ -22,9 +22,9 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
MAJOR_VERSION = 536;
-MINOR_VERSION = 26;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+MINOR_VERSION = 25;
+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