Changeset 181470 in webkit
- Timestamp:
- Mar 12, 2015, 11:17:36 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
r181430 r181470 26 26 TINY_VERSION = 4; 27 27 MICRO_VERSION = 15; 28 NANO_VERSION = 1 5;28 NANO_VERSION = 16; 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
r181430 r181470 26 26 TINY_VERSION = 4; 27 27 MICRO_VERSION = 15; 28 NANO_VERSION = 1 5;28 NANO_VERSION = 16; 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
r181430 r181470 3 3 TINY_VERSION = 4; 4 4 MICRO_VERSION = 15; 5 NANO_VERSION = 1 5;5 NANO_VERSION = 16; 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
r181430 r181470 26 26 TINY_VERSION = 4; 27 27 MICRO_VERSION = 15; 28 NANO_VERSION = 1 5;28 NANO_VERSION = 16; 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
r181430 r181470 26 26 TINY_VERSION = 4; 27 27 MICRO_VERSION = 15; 28 NANO_VERSION = 1 5;28 NANO_VERSION = 16; 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.