Changeset 184017 in webkit
- Timestamp:
- May 8, 2015, 3:06:44 PM (11 years ago)
- Location:
- branches/safari-600.1.4.16-branch/Source
- Files:
-
- 5 edited
-
JavaScriptCore/Configurations/Version.xcconfig (modified) (1 diff)
-
WebCore/Configurations/Version.xcconfig (modified) (1 diff)
-
WebInspectorUI/Configurations/Version.xcconfig (modified) (1 diff)
-
WebKit/mac/Configurations/Version.xcconfig (modified) (1 diff)
-
WebKit2/Configurations/Version.xcconfig (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-600.1.4.16-branch/Source/JavaScriptCore/Configurations/Version.xcconfig
r183253 r184017 26 26 TINY_VERSION = 4; 27 27 MICRO_VERSION = 16; 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-600.1.4.16-branch/Source/WebCore/Configurations/Version.xcconfig
r183253 r184017 26 26 TINY_VERSION = 4; 27 27 MICRO_VERSION = 16; 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-600.1.4.16-branch/Source/WebInspectorUI/Configurations/Version.xcconfig
r183253 r184017 3 3 TINY_VERSION = 4; 4 4 MICRO_VERSION = 16; 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-600.1.4.16-branch/Source/WebKit/mac/Configurations/Version.xcconfig
r183253 r184017 26 26 TINY_VERSION = 4; 27 27 MICRO_VERSION = 16; 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-600.1.4.16-branch/Source/WebKit2/Configurations/Version.xcconfig
r183253 r184017 26 26 TINY_VERSION = 4; 27 27 MICRO_VERSION = 16; 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.