From 3a0912fcf00731c1589c4687543dc60c89dda680 Mon Sep 17 00:00:00 2001 From: "bshafiei@apple.com" Date: Wed, 16 Sep 2015 23:54:49 +0000 Subject: [PATCH] Versioning. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@189886 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Source/JavaScriptCore/Configurations/Version.xcconfig | 2 +- Source/WebCore/Configurations/Version.xcconfig | 2 +- Source/WebInspectorUI/Configurations/Version.xcconfig | 2 +- Source/WebKit/mac/Configurations/Version.xcconfig | 2 +- Source/WebKit2/Configurations/Version.xcconfig | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/JavaScriptCore/Configurations/Version.xcconfig b/Source/JavaScriptCore/Configurations/Version.xcconfig index 8e7af08..18d0801 100644 --- a/Source/JavaScriptCore/Configurations/Version.xcconfig +++ b/Source/JavaScriptCore/Configurations/Version.xcconfig @@ -23,7 +23,7 @@ MAJOR_VERSION = 602; MINOR_VERSION = 1; -TINY_VERSION = 3; +TINY_VERSION = 4; MICRO_VERSION = 0; NANO_VERSION = 0; FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION); diff --git a/Source/WebCore/Configurations/Version.xcconfig b/Source/WebCore/Configurations/Version.xcconfig index e4cfab8..15beb46 100644 --- a/Source/WebCore/Configurations/Version.xcconfig +++ b/Source/WebCore/Configurations/Version.xcconfig @@ -23,7 +23,7 @@ MAJOR_VERSION = 602; MINOR_VERSION = 1; -TINY_VERSION = 3; +TINY_VERSION = 4; MICRO_VERSION = 0; NANO_VERSION = 0; FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION); diff --git a/Source/WebInspectorUI/Configurations/Version.xcconfig b/Source/WebInspectorUI/Configurations/Version.xcconfig index 082b60f..c0f9d0a 100644 --- a/Source/WebInspectorUI/Configurations/Version.xcconfig +++ b/Source/WebInspectorUI/Configurations/Version.xcconfig @@ -1,6 +1,6 @@ MAJOR_VERSION = 602; MINOR_VERSION = 1; -TINY_VERSION = 3; +TINY_VERSION = 4; MICRO_VERSION = 0; NANO_VERSION = 0; FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION); diff --git a/Source/WebKit/mac/Configurations/Version.xcconfig b/Source/WebKit/mac/Configurations/Version.xcconfig index e4cfab8..15beb46 100644 --- a/Source/WebKit/mac/Configurations/Version.xcconfig +++ b/Source/WebKit/mac/Configurations/Version.xcconfig @@ -23,7 +23,7 @@ MAJOR_VERSION = 602; MINOR_VERSION = 1; -TINY_VERSION = 3; +TINY_VERSION = 4; MICRO_VERSION = 0; NANO_VERSION = 0; FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION); diff --git a/Source/WebKit2/Configurations/Version.xcconfig b/Source/WebKit2/Configurations/Version.xcconfig index dbd9d60..60ea714 100644 --- a/Source/WebKit2/Configurations/Version.xcconfig +++ b/Source/WebKit2/Configurations/Version.xcconfig @@ -23,7 +23,7 @@ MAJOR_VERSION = 602; MINOR_VERSION = 1; -TINY_VERSION = 3; +TINY_VERSION = 4; MICRO_VERSION = 0; NANO_VERSION = 0; FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION); -- 1.8.3.1