Changeset 254795 in webkit
- Timestamp:
- Jan 18, 2020, 8:20:04 AM (6 years ago)
- Location:
- branches/safari-610.1.1-branch/Source
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-610.1.1-branch/Source/JavaScriptCore/Configurations/Version.xcconfig
r254068 r254795 25 25 MINOR_VERSION = 1; 26 26 TINY_VERSION = 1; 27 MICRO_VERSION = 0;27 MICRO_VERSION = 1; 28 28 NANO_VERSION = 0; 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION) ;29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION); 30 30 31 31 // The bundle version and short version string are set based on the current build configuration, see below. -
branches/safari-610.1.1-branch/Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
r254068 r254795 25 25 MINOR_VERSION = 1; 26 26 TINY_VERSION = 1; 27 MICRO_VERSION = 0;27 MICRO_VERSION = 1; 28 28 NANO_VERSION = 0; 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION) ;29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION); 30 30 31 31 // The bundle version and short version string are set based on the current build configuration, see below. -
branches/safari-610.1.1-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
r254068 r254795 25 25 MINOR_VERSION = 1; 26 26 TINY_VERSION = 1; 27 MICRO_VERSION = 0;27 MICRO_VERSION = 1; 28 28 NANO_VERSION = 0; 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION) ;29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION); 30 30 31 31 // The bundle version and short version string are set based on the current build configuration, see below. -
branches/safari-610.1.1-branch/Source/WebCore/Configurations/Version.xcconfig
r254068 r254795 25 25 MINOR_VERSION = 1; 26 26 TINY_VERSION = 1; 27 MICRO_VERSION = 0;27 MICRO_VERSION = 1; 28 28 NANO_VERSION = 0; 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION) ;29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION); 30 30 31 31 // The bundle version and short version string are set based on the current build configuration, see below. -
branches/safari-610.1.1-branch/Source/WebCore/PAL/Configurations/Version.xcconfig
r254068 r254795 25 25 MINOR_VERSION = 1; 26 26 TINY_VERSION = 1; 27 MICRO_VERSION = 0;27 MICRO_VERSION = 1; 28 28 NANO_VERSION = 0; 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION) ;29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION); 30 30 31 31 // The bundle version and short version string are set based on the current build configuration, see below. -
branches/safari-610.1.1-branch/Source/WebInspectorUI/Configurations/Version.xcconfig
r254068 r254795 2 2 MINOR_VERSION = 1; 3 3 TINY_VERSION = 1; 4 MICRO_VERSION = 0;4 MICRO_VERSION = 1; 5 5 NANO_VERSION = 0; 6 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION) ;6 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION); 7 7 8 8 // The system version prefix is based on the current system version. -
branches/safari-610.1.1-branch/Source/WebKit/Configurations/Version.xcconfig
r254068 r254795 25 25 MINOR_VERSION = 1; 26 26 TINY_VERSION = 1; 27 MICRO_VERSION = 0;27 MICRO_VERSION = 1; 28 28 NANO_VERSION = 0; 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION) ;29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION); 30 30 31 31 // The bundle version and short version string are set based on the current build configuration, see below. -
branches/safari-610.1.1-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig
r254068 r254795 25 25 MINOR_VERSION = 1; 26 26 TINY_VERSION = 1; 27 MICRO_VERSION = 0;27 MICRO_VERSION = 1; 28 28 NANO_VERSION = 0; 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION) ;29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_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.