Changeset 259625 in webkit
- Timestamp:
- Apr 6, 2020, 11:54:13 PM (6 years ago)
- Location:
- trunk/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
-
trunk/Source/JavaScriptCore/Configurations/Version.xcconfig
r259433 r259625 24 24 MAJOR_VERSION = 610; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 9;26 TINY_VERSION = 10; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
trunk/Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
r259433 r259625 24 24 MAJOR_VERSION = 610; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 9;26 TINY_VERSION = 10; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
trunk/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
r259433 r259625 24 24 MAJOR_VERSION = 610; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 9;26 TINY_VERSION = 10; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
trunk/Source/WebCore/Configurations/Version.xcconfig
r259433 r259625 24 24 MAJOR_VERSION = 610; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 9;26 TINY_VERSION = 10; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
trunk/Source/WebCore/PAL/Configurations/Version.xcconfig
r259433 r259625 24 24 MAJOR_VERSION = 610; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 9;26 TINY_VERSION = 10; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
trunk/Source/WebInspectorUI/Configurations/Version.xcconfig
r259433 r259625 1 1 MAJOR_VERSION = 610; 2 2 MINOR_VERSION = 1; 3 TINY_VERSION = 9;3 TINY_VERSION = 10; 4 4 MICRO_VERSION = 0; 5 5 NANO_VERSION = 0; -
trunk/Source/WebKit/Configurations/Version.xcconfig
r259433 r259625 24 24 MAJOR_VERSION = 610; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 9;26 TINY_VERSION = 10; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
trunk/Source/WebKitLegacy/mac/Configurations/Version.xcconfig
r259433 r259625 24 24 MAJOR_VERSION = 610; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 9;26 TINY_VERSION = 10; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0;
Note:
See TracChangeset
for help on using the changeset viewer.