Changeset 244838 in webkit
- Timestamp:
- May 1, 2019, 12:39:12 PM (7 years ago)
- Location:
- tags/Safari-608.1.20/Source
- Files:
-
- 7 edited
-
JavaScriptCore/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
-
tags/Safari-608.1.20/Source/JavaScriptCore/Configurations/Version.xcconfig
r244714 r244838 24 24 MAJOR_VERSION = 608; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 19;26 TINY_VERSION = 20; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
tags/Safari-608.1.20/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
r244714 r244838 24 24 MAJOR_VERSION = 608; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 19;26 TINY_VERSION = 20; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
tags/Safari-608.1.20/Source/WebCore/Configurations/Version.xcconfig
r244714 r244838 24 24 MAJOR_VERSION = 608; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 19;26 TINY_VERSION = 20; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
tags/Safari-608.1.20/Source/WebCore/PAL/Configurations/Version.xcconfig
r244714 r244838 24 24 MAJOR_VERSION = 608; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 19;26 TINY_VERSION = 20; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
tags/Safari-608.1.20/Source/WebInspectorUI/Configurations/Version.xcconfig
r244714 r244838 1 1 MAJOR_VERSION = 608; 2 2 MINOR_VERSION = 1; 3 TINY_VERSION = 19;3 TINY_VERSION = 20; 4 4 MICRO_VERSION = 0; 5 5 NANO_VERSION = 0; -
tags/Safari-608.1.20/Source/WebKit/Configurations/Version.xcconfig
r244714 r244838 24 24 MAJOR_VERSION = 608; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 19;26 TINY_VERSION = 20; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
tags/Safari-608.1.20/Source/WebKitLegacy/mac/Configurations/Version.xcconfig
r244714 r244838 24 24 MAJOR_VERSION = 608; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 19;26 TINY_VERSION = 20; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0;
Note:
See TracChangeset
for help on using the changeset viewer.