Changeset 245330 in webkit
- Timestamp:
- May 15, 2019, 11:07:31 AM (7 years ago)
- Location:
- branches/safari-607.2.1.2-branch/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
-
branches/safari-607.2.1.2-branch/Source/JavaScriptCore/Configurations/Version.xcconfig
r242160 r245330 23 23 24 24 MAJOR_VERSION = 607; 25 MINOR_VERSION = 1;26 TINY_VERSION = 40;25 MINOR_VERSION = 2; 26 TINY_VERSION = 1; 27 27 MICRO_VERSION = 2; 28 28 NANO_VERSION = 1; -
branches/safari-607.2.1.2-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
r242160 r245330 23 23 24 24 MAJOR_VERSION = 607; 25 MINOR_VERSION = 1;26 TINY_VERSION = 40;25 MINOR_VERSION = 2; 26 TINY_VERSION = 1; 27 27 MICRO_VERSION = 2; 28 28 NANO_VERSION = 1; -
branches/safari-607.2.1.2-branch/Source/WebCore/Configurations/Version.xcconfig
r242160 r245330 23 23 24 24 MAJOR_VERSION = 607; 25 MINOR_VERSION = 1;26 TINY_VERSION = 40;25 MINOR_VERSION = 2; 26 TINY_VERSION = 1; 27 27 MICRO_VERSION = 2; 28 28 NANO_VERSION = 1; -
branches/safari-607.2.1.2-branch/Source/WebCore/PAL/Configurations/Version.xcconfig
r242160 r245330 23 23 24 24 MAJOR_VERSION = 607; 25 MINOR_VERSION = 1;26 TINY_VERSION = 40;25 MINOR_VERSION = 2; 26 TINY_VERSION = 1; 27 27 MICRO_VERSION = 2; 28 28 NANO_VERSION = 1; -
branches/safari-607.2.1.2-branch/Source/WebInspectorUI/Configurations/Version.xcconfig
r242160 r245330 1 1 MAJOR_VERSION = 607; 2 MINOR_VERSION = 1;3 TINY_VERSION = 40;2 MINOR_VERSION = 2; 3 TINY_VERSION = 1; 4 4 MICRO_VERSION = 2; 5 5 NANO_VERSION = 1; -
branches/safari-607.2.1.2-branch/Source/WebKit/Configurations/Version.xcconfig
r242160 r245330 23 23 24 24 MAJOR_VERSION = 607; 25 MINOR_VERSION = 1;26 TINY_VERSION = 40;25 MINOR_VERSION = 2; 26 TINY_VERSION = 1; 27 27 MICRO_VERSION = 2; 28 28 NANO_VERSION = 1; -
branches/safari-607.2.1.2-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig
r242160 r245330 23 23 24 24 MAJOR_VERSION = 607; 25 MINOR_VERSION = 1;26 TINY_VERSION = 40;25 MINOR_VERSION = 2; 26 TINY_VERSION = 1; 27 27 MICRO_VERSION = 2; 28 28 NANO_VERSION = 1;
Note:
See TracChangeset
for help on using the changeset viewer.