Changeset 201512 in webkit
- Timestamp:
- May 31, 2016, 8:42:29 AM (10 years ago)
- Location:
- branches/safari-602.1.32.5-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-602.1.32.5-branch/Source/JavaScriptCore/Configurations/Version.xcconfig
r201320 r201512 26 26 TINY_VERSION = 32; 27 27 MICRO_VERSION = 5; 28 NANO_VERSION = 1;28 NANO_VERSION = 2; 29 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 -
branches/safari-602.1.32.5-branch/Source/WebCore/Configurations/Version.xcconfig
r201320 r201512 26 26 TINY_VERSION = 32; 27 27 MICRO_VERSION = 5; 28 NANO_VERSION = 1;28 NANO_VERSION = 2; 29 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 -
branches/safari-602.1.32.5-branch/Source/WebInspectorUI/Configurations/Version.xcconfig
r201320 r201512 3 3 TINY_VERSION = 32; 4 4 MICRO_VERSION = 5; 5 NANO_VERSION = 1;5 NANO_VERSION = 2; 6 6 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 7 7 -
branches/safari-602.1.32.5-branch/Source/WebKit/mac/Configurations/Version.xcconfig
r201320 r201512 26 26 TINY_VERSION = 32; 27 27 MICRO_VERSION = 5; 28 NANO_VERSION = 1;28 NANO_VERSION = 2; 29 29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); 30 30 -
branches/safari-602.1.32.5-branch/Source/WebKit2/Configurations/Version.xcconfig
r201320 r201512 26 26 TINY_VERSION = 32; 27 27 MICRO_VERSION = 5; 28 NANO_VERSION = 1;28 NANO_VERSION = 2; 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.