Changeset 281669 in webkit
- Timestamp:
- Aug 26, 2021, 4:07:54 PM (5 years ago)
- Location:
- branches/safari-612.1.29.14-branch/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
-
branches/safari-612.1.29.14-branch/Source/JavaScriptCore/Configurations/Version.xcconfig
r281652 r281669 26 26 TINY_VERSION = 29; 27 27 MICRO_VERSION = 14; 28 NANO_VERSION = 2;28 NANO_VERSION = 3; 29 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 -
branches/safari-612.1.29.14-branch/Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
r281652 r281669 26 26 TINY_VERSION = 29; 27 27 MICRO_VERSION = 14; 28 NANO_VERSION = 2;28 NANO_VERSION = 3; 29 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 -
branches/safari-612.1.29.14-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
r281652 r281669 26 26 TINY_VERSION = 29; 27 27 MICRO_VERSION = 14; 28 NANO_VERSION = 2;28 NANO_VERSION = 3; 29 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 -
branches/safari-612.1.29.14-branch/Source/WebCore/Configurations/Version.xcconfig
r281652 r281669 26 26 TINY_VERSION = 29; 27 27 MICRO_VERSION = 14; 28 NANO_VERSION = 2;28 NANO_VERSION = 3; 29 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 -
branches/safari-612.1.29.14-branch/Source/WebCore/PAL/Configurations/Version.xcconfig
r281652 r281669 26 26 TINY_VERSION = 29; 27 27 MICRO_VERSION = 14; 28 NANO_VERSION = 2;28 NANO_VERSION = 3; 29 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 -
branches/safari-612.1.29.14-branch/Source/WebInspectorUI/Configurations/Version.xcconfig
r281652 r281669 3 3 TINY_VERSION = 29; 4 4 MICRO_VERSION = 14; 5 NANO_VERSION = 2;5 NANO_VERSION = 3; 6 6 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 7 7 -
branches/safari-612.1.29.14-branch/Source/WebKit/Configurations/Version.xcconfig
r281652 r281669 26 26 TINY_VERSION = 29; 27 27 MICRO_VERSION = 14; 28 NANO_VERSION = 2;28 NANO_VERSION = 3; 29 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 -
branches/safari-612.1.29.14-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig
r281652 r281669 26 26 TINY_VERSION = 29; 27 27 MICRO_VERSION = 14; 28 NANO_VERSION = 2;28 NANO_VERSION = 3; 29 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30
Note:
See TracChangeset
for help on using the changeset viewer.