Changeset 155464 in webkit
- Timestamp:
- Sep 10, 2013, 12:21:03 PM (13 years ago)
- Location:
- branches/safari-537-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-537-branch/Source/JavaScriptCore/Configurations/Version.xcconfig
r155214 r155464 23 23 24 24 MAJOR_VERSION = 537; 25 MINOR_VERSION = 7 1;25 MINOR_VERSION = 72; 26 26 TINY_VERSION = 0; 27 27 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION); -
branches/safari-537-branch/Source/WebCore/Configurations/Version.xcconfig
r155214 r155464 23 23 24 24 MAJOR_VERSION = 537; 25 MINOR_VERSION = 7 1;25 MINOR_VERSION = 72; 26 26 TINY_VERSION = 0; 27 27 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION); -
branches/safari-537-branch/Source/WebInspectorUI/Configurations/Version.xcconfig
r155214 r155464 1 1 MAJOR_VERSION = 537; 2 MINOR_VERSION = 7 1;2 MINOR_VERSION = 72; 3 3 TINY_VERSION = 0; 4 4 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION); -
branches/safari-537-branch/Source/WebKit/mac/Configurations/Version.xcconfig
r155214 r155464 23 23 24 24 MAJOR_VERSION = 537; 25 MINOR_VERSION = 7 1;25 MINOR_VERSION = 72; 26 26 TINY_VERSION = 0; 27 27 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION); -
branches/safari-537-branch/Source/WebKit2/Configurations/Version.xcconfig
r155214 r155464 23 23 24 24 MAJOR_VERSION = 537; 25 MINOR_VERSION = 7 1;25 MINOR_VERSION = 72; 26 26 TINY_VERSION = 0; 27 27 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
Note:
See TracChangeset
for help on using the changeset viewer.