Changeset 243889 in webkit
- Timestamp:
- Apr 4, 2019, 1:08:02 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
r243369 r243889 24 24 MAJOR_VERSION = 608; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 1 3;26 TINY_VERSION = 16; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
trunk/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
r243369 r243889 24 24 MAJOR_VERSION = 608; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 1 3;26 TINY_VERSION = 16; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
trunk/Source/WebCore/Configurations/Version.xcconfig
r243369 r243889 24 24 MAJOR_VERSION = 608; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 1 3;26 TINY_VERSION = 16; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
trunk/Source/WebCore/PAL/Configurations/Version.xcconfig
r243369 r243889 24 24 MAJOR_VERSION = 608; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 1 3;26 TINY_VERSION = 16; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
trunk/Source/WebInspectorUI/Configurations/Version.xcconfig
r243369 r243889 1 1 MAJOR_VERSION = 608; 2 2 MINOR_VERSION = 1; 3 TINY_VERSION = 1 3;3 TINY_VERSION = 16; 4 4 MICRO_VERSION = 0; 5 5 NANO_VERSION = 0; -
trunk/Source/WebKit/Configurations/Version.xcconfig
r243369 r243889 24 24 MAJOR_VERSION = 608; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 1 3;26 TINY_VERSION = 16; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; -
trunk/Source/WebKitLegacy/mac/Configurations/Version.xcconfig
r243369 r243889 24 24 MAJOR_VERSION = 608; 25 25 MINOR_VERSION = 1; 26 TINY_VERSION = 1 3;26 TINY_VERSION = 16; 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0;
Note:
See TracChangeset
for help on using the changeset viewer.