Changeset 280069 in webkit
- Timestamp:
- Jul 19, 2021, 7:07:38 PM (4 years ago)
- Location:
- branches/safari-612.1.24.0-branch/Source
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-612.1.24.0-branch/Source/JavaScriptCore/Configurations/Version.xcconfig
r279612 r280069 26 26 TINY_VERSION = 24; 27 27 MICRO_VERSION = 0; 28 NANO_VERSION = 0;29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION) ;28 NANO_VERSION = 1; 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 31 31 // The bundle version and short version string are set based on the current build configuration, see below. -
branches/safari-612.1.24.0-branch/Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
r279612 r280069 26 26 TINY_VERSION = 24; 27 27 MICRO_VERSION = 0; 28 NANO_VERSION = 0;29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION) ;28 NANO_VERSION = 1; 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 31 31 // The bundle version and short version string are set based on the current build configuration, see below. -
branches/safari-612.1.24.0-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
r279612 r280069 26 26 TINY_VERSION = 24; 27 27 MICRO_VERSION = 0; 28 NANO_VERSION = 0;29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION) ;28 NANO_VERSION = 1; 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 31 31 // The bundle version and short version string are set based on the current build configuration, see below. -
branches/safari-612.1.24.0-branch/Source/WebCore/Configurations/Version.xcconfig
r279612 r280069 26 26 TINY_VERSION = 24; 27 27 MICRO_VERSION = 0; 28 NANO_VERSION = 0;29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION) ;28 NANO_VERSION = 1; 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 31 31 // The bundle version and short version string are set based on the current build configuration, see below. -
branches/safari-612.1.24.0-branch/Source/WebCore/PAL/Configurations/Version.xcconfig
r279612 r280069 26 26 TINY_VERSION = 24; 27 27 MICRO_VERSION = 0; 28 NANO_VERSION = 0;29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION) ;28 NANO_VERSION = 1; 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 31 31 // The bundle version and short version string are set based on the current build configuration, see below. -
branches/safari-612.1.24.0-branch/Source/WebInspectorUI/Configurations/Version.xcconfig
r279612 r280069 3 3 TINY_VERSION = 24; 4 4 MICRO_VERSION = 0; 5 NANO_VERSION = 0;6 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION) ;5 NANO_VERSION = 1; 6 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 7 7 8 8 // The system version prefix is based on the current system version. -
branches/safari-612.1.24.0-branch/Source/WebKit/Configurations/Version.xcconfig
r279612 r280069 26 26 TINY_VERSION = 24; 27 27 MICRO_VERSION = 0; 28 NANO_VERSION = 0;29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION) ;28 NANO_VERSION = 1; 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 31 31 // The bundle version and short version string are set based on the current build configuration, see below. -
branches/safari-612.1.24.0-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig
r279612 r280069 26 26 TINY_VERSION = 24; 27 27 MICRO_VERSION = 0; 28 NANO_VERSION = 0;29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION) ;28 NANO_VERSION = 1; 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 31 31 // The bundle version and short version string are set based on the current build configuration, see below.
Note:
See TracChangeset
for help on using the changeset viewer.