Changeset 245735 in webkit
- Timestamp:
- May 23, 2019, 7:32:05 PM (7 years ago)
- Location:
- branches/safari-608.1.24.50-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-608.1.24.50-branch/Source/JavaScriptCore/Configurations/Version.xcconfig
r245685 r245735 25 25 MINOR_VERSION = 1; 26 26 TINY_VERSION = 24; 27 MICRO_VERSION = 40;28 NANO_VERSION = 4;27 MICRO_VERSION = 50; 28 NANO_VERSION = 1; 29 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 -
branches/safari-608.1.24.50-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
r245685 r245735 25 25 MINOR_VERSION = 1; 26 26 TINY_VERSION = 24; 27 MICRO_VERSION = 40;28 NANO_VERSION = 4;27 MICRO_VERSION = 50; 28 NANO_VERSION = 1; 29 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 -
branches/safari-608.1.24.50-branch/Source/WebCore/Configurations/Version.xcconfig
r245685 r245735 25 25 MINOR_VERSION = 1; 26 26 TINY_VERSION = 24; 27 MICRO_VERSION = 40;28 NANO_VERSION = 4;27 MICRO_VERSION = 50; 28 NANO_VERSION = 1; 29 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 -
branches/safari-608.1.24.50-branch/Source/WebCore/PAL/Configurations/Version.xcconfig
r245685 r245735 25 25 MINOR_VERSION = 1; 26 26 TINY_VERSION = 24; 27 MICRO_VERSION = 40;28 NANO_VERSION = 4;27 MICRO_VERSION = 50; 28 NANO_VERSION = 1; 29 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 -
branches/safari-608.1.24.50-branch/Source/WebInspectorUI/Configurations/Version.xcconfig
r245685 r245735 2 2 MINOR_VERSION = 1; 3 3 TINY_VERSION = 24; 4 MICRO_VERSION = 40;5 NANO_VERSION = 4;4 MICRO_VERSION = 50; 5 NANO_VERSION = 1; 6 6 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 7 7 -
branches/safari-608.1.24.50-branch/Source/WebKit/Configurations/Version.xcconfig
r245685 r245735 25 25 MINOR_VERSION = 1; 26 26 TINY_VERSION = 24; 27 MICRO_VERSION = 40;28 NANO_VERSION = 4;27 MICRO_VERSION = 50; 28 NANO_VERSION = 1; 29 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 -
branches/safari-608.1.24.50-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig
r245685 r245735 25 25 MINOR_VERSION = 1; 26 26 TINY_VERSION = 24; 27 MICRO_VERSION = 40;28 NANO_VERSION = 4;27 MICRO_VERSION = 50; 28 NANO_VERSION = 1; 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.