Changeset 246169 in webkit
- Timestamp:
- Jun 6, 2019, 1:23:51 PM (7 years ago)
- Location:
- trunk/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
-
trunk/Source/JavaScriptCore/Configurations/Version.xcconfig
r245967 r246169 24 24 MAJOR_VERSION = 608; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 2 8;26 TINY_VERSION = 29; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
trunk/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
r245967 r246169 24 24 MAJOR_VERSION = 608; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 2 8;26 TINY_VERSION = 29; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
trunk/Source/WebCore/Configurations/Version.xcconfig
r245967 r246169 24 24 MAJOR_VERSION = 608; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 2 8;26 TINY_VERSION = 29; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
trunk/Source/WebCore/PAL/Configurations/Version.xcconfig
r245967 r246169 24 24 MAJOR_VERSION = 608; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 2 8;26 TINY_VERSION = 29; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
trunk/Source/WebInspectorUI/Configurations/Version.xcconfig
r245967 r246169 1 1 MAJOR_VERSION = 608; 2 2 MINOR_VERSION = 1; 3 TINY_VERSION = 2 8;3 TINY_VERSION = 29; 4 4 MICRO_VERSION = 0; 5 5 NANO_VERSION = 0; -
trunk/Source/WebKit/Configurations/Version.xcconfig
r245967 r246169 24 24 MAJOR_VERSION = 608; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 2 8;26 TINY_VERSION = 29; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
trunk/Source/WebKitLegacy/mac/Configurations/Version.xcconfig
r245967 r246169 24 24 MAJOR_VERSION = 608; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 2 8;26 TINY_VERSION = 29; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0;
Note:
See TracChangeset
for help on using the changeset viewer.