Changeset 285816 in webkit
- Timestamp:
- Nov 15, 2021, 11:00:28 AM (5 years ago)
- Location:
- branches/safari-613.1.9-branch/Source
- Files:
-
- 9 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)
-
WebGPU/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-613.1.9-branch/Source/JavaScriptCore/Configurations/Version.xcconfig
r285107 r285816 24 24 MAJOR_VERSION = 613; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 8;26 TINY_VERSION = 9; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
branches/safari-613.1.9-branch/Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
r285107 r285816 24 24 MAJOR_VERSION = 613; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 8;26 TINY_VERSION = 9; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
branches/safari-613.1.9-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
r285107 r285816 24 24 MAJOR_VERSION = 613; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 8;26 TINY_VERSION = 9; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
branches/safari-613.1.9-branch/Source/WebCore/Configurations/Version.xcconfig
r285107 r285816 24 24 MAJOR_VERSION = 613; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 8;26 TINY_VERSION = 9; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
branches/safari-613.1.9-branch/Source/WebCore/PAL/Configurations/Version.xcconfig
r285107 r285816 24 24 MAJOR_VERSION = 613; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 8;26 TINY_VERSION = 9; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
branches/safari-613.1.9-branch/Source/WebGPU/Configurations/Version.xcconfig
r285527 r285816 24 24 MAJOR_VERSION = 613; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 8;26 TINY_VERSION = 9; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
branches/safari-613.1.9-branch/Source/WebInspectorUI/Configurations/Version.xcconfig
r285107 r285816 1 1 MAJOR_VERSION = 613; 2 2 MINOR_VERSION = 1; 3 TINY_VERSION = 8;3 TINY_VERSION = 9; 4 4 MICRO_VERSION = 0; 5 5 NANO_VERSION = 0; -
branches/safari-613.1.9-branch/Source/WebKit/Configurations/Version.xcconfig
r285107 r285816 24 24 MAJOR_VERSION = 613; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 8;26 TINY_VERSION = 9; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
branches/safari-613.1.9-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig
r285107 r285816 24 24 MAJOR_VERSION = 613; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 8;26 TINY_VERSION = 9; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0;
Note:
See TracChangeset
for help on using the changeset viewer.