Changeset 268824 in webkit
- Timestamp:
- Oct 21, 2020, 2:23:52 PM (6 years ago)
- Location:
- branches/safari-610-branch/Source
- Files:
-
- 8 edited
-
JavaScriptCore/Configurations/Version.xcconfig (modified) (1 diff)
-
ThirdParty/ANGLE/Configurations/Version.xcconfig (modified) (1 diff)
-
ThirdParty/libwebrtc/Configurations/Version.xcconfig (modified) (1 diff)
-
WebCore/Configurations/Version.xcconfig (modified) (1 diff)
-
WebCore/PAL/Configurations/Version.xcconfig (modified) (1 diff)
-
WebInspectorUI/Configurations/Version.xcconfig (modified) (1 diff)
-
WebKit/Configurations/Version.xcconfig (modified) (1 diff)
-
WebKitLegacy/mac/Configurations/Version.xcconfig (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-610-branch/Source/JavaScriptCore/Configurations/Version.xcconfig
r268461 r268824 24 24 MAJOR_VERSION = 610; 25 25 MINOR_VERSION = 3; 26 TINY_VERSION = 4;26 TINY_VERSION = 5; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
branches/safari-610-branch/Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
r268461 r268824 24 24 MAJOR_VERSION = 610; 25 25 MINOR_VERSION = 3; 26 TINY_VERSION = 4;26 TINY_VERSION = 5; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
branches/safari-610-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
r268461 r268824 24 24 MAJOR_VERSION = 610; 25 25 MINOR_VERSION = 3; 26 TINY_VERSION = 4;26 TINY_VERSION = 5; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
branches/safari-610-branch/Source/WebCore/Configurations/Version.xcconfig
r268461 r268824 24 24 MAJOR_VERSION = 610; 25 25 MINOR_VERSION = 3; 26 TINY_VERSION = 4;26 TINY_VERSION = 5; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
branches/safari-610-branch/Source/WebCore/PAL/Configurations/Version.xcconfig
r268461 r268824 24 24 MAJOR_VERSION = 610; 25 25 MINOR_VERSION = 3; 26 TINY_VERSION = 4;26 TINY_VERSION = 5; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
branches/safari-610-branch/Source/WebInspectorUI/Configurations/Version.xcconfig
r268461 r268824 1 1 MAJOR_VERSION = 610; 2 2 MINOR_VERSION = 3; 3 TINY_VERSION = 4;3 TINY_VERSION = 5; 4 4 MICRO_VERSION = 0; 5 5 NANO_VERSION = 0; -
branches/safari-610-branch/Source/WebKit/Configurations/Version.xcconfig
r268461 r268824 24 24 MAJOR_VERSION = 610; 25 25 MINOR_VERSION = 3; 26 TINY_VERSION = 4;26 TINY_VERSION = 5; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
branches/safari-610-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig
r268461 r268824 24 24 MAJOR_VERSION = 610; 25 25 MINOR_VERSION = 3; 26 TINY_VERSION = 4;26 TINY_VERSION = 5; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0;
Note:
See TracChangeset
for help on using the changeset viewer.