Changeset 181604 in webkit
- Timestamp:
- Mar 16, 2015, 6:04:13 PM (11 years ago)
- Location:
- branches/safari-600.1.4.15-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.15-branch/Source/JavaScriptCore/Configurations/Version.xcconfig
r181470 r181604 26 26 TINY_VERSION = 4; 27 27 MICRO_VERSION = 15; 28 NANO_VERSION = 1 6;28 NANO_VERSION = 17; 29 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 -
branches/safari-600.1.4.15-branch/Source/WebCore/Configurations/Version.xcconfig
r181470 r181604 26 26 TINY_VERSION = 4; 27 27 MICRO_VERSION = 15; 28 NANO_VERSION = 1 6;28 NANO_VERSION = 17; 29 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 -
branches/safari-600.1.4.15-branch/Source/WebInspectorUI/Configurations/Version.xcconfig
r181470 r181604 3 3 TINY_VERSION = 4; 4 4 MICRO_VERSION = 15; 5 NANO_VERSION = 1 6;5 NANO_VERSION = 17; 6 6 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 7 7 -
branches/safari-600.1.4.15-branch/Source/WebKit/mac/Configurations/Version.xcconfig
r181470 r181604 26 26 TINY_VERSION = 4; 27 27 MICRO_VERSION = 15; 28 NANO_VERSION = 1 6;28 NANO_VERSION = 17; 29 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 -
branches/safari-600.1.4.15-branch/Source/WebKit2/Configurations/Version.xcconfig
r181470 r181604 26 26 TINY_VERSION = 4; 27 27 MICRO_VERSION = 15; 28 NANO_VERSION = 1 6;28 NANO_VERSION = 17; 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.