Changeset 179876 in webkit
- Timestamp:
- Feb 10, 2015, 12:26:50 PM (12 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
r179614 r179876 26 26 TINY_VERSION = 4; 27 27 MICRO_VERSION = 15; 28 NANO_VERSION = 4;28 NANO_VERSION = 5; 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
r179614 r179876 26 26 TINY_VERSION = 4; 27 27 MICRO_VERSION = 15; 28 NANO_VERSION = 4;28 NANO_VERSION = 5; 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
r179614 r179876 3 3 TINY_VERSION = 4; 4 4 MICRO_VERSION = 15; 5 NANO_VERSION = 4;5 NANO_VERSION = 5; 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
r179614 r179876 26 26 TINY_VERSION = 4; 27 27 MICRO_VERSION = 15; 28 NANO_VERSION = 4;28 NANO_VERSION = 5; 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
r179614 r179876 26 26 TINY_VERSION = 4; 27 27 MICRO_VERSION = 15; 28 NANO_VERSION = 4;28 NANO_VERSION = 5; 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.