Changeset 89113 in webkit
- Timestamp:
- Jun 16, 2011, 8:53:19 PM (15 years ago)
- Location:
- branches/safari-534-branch/Source
- Files:
-
- 5 edited
-
JavaScriptCore/Configurations/Version.xcconfig (modified) (1 diff)
-
JavaScriptGlue/Configurations/Version.xcconfig (modified) (1 diff)
-
WebCore/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-534-branch/Source/JavaScriptCore/Configurations/Version.xcconfig
r88969 r89113 23 23 24 24 MAJOR_VERSION = 534; 25 MINOR_VERSION = 4 7;25 MINOR_VERSION = 48; 26 26 TINY_VERSION = 0; 27 27 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION); -
branches/safari-534-branch/Source/JavaScriptGlue/Configurations/Version.xcconfig
r88969 r89113 23 23 24 24 MAJOR_VERSION = 534; 25 MINOR_VERSION = 4 7;25 MINOR_VERSION = 48; 26 26 TINY_VERSION = 0; 27 27 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION); -
branches/safari-534-branch/Source/WebCore/Configurations/Version.xcconfig
r88969 r89113 23 23 24 24 MAJOR_VERSION = 534; 25 MINOR_VERSION = 4 7;25 MINOR_VERSION = 48; 26 26 TINY_VERSION = 0; 27 27 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION); -
branches/safari-534-branch/Source/WebKit/mac/Configurations/Version.xcconfig
r88969 r89113 23 23 24 24 MAJOR_VERSION = 534; 25 MINOR_VERSION = 4 7;25 MINOR_VERSION = 48; 26 26 TINY_VERSION = 0; 27 27 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION); -
branches/safari-534-branch/Source/WebKit2/Configurations/Version.xcconfig
r88969 r89113 23 23 24 24 MAJOR_VERSION = 534; 25 MINOR_VERSION = 4 7;25 MINOR_VERSION = 48; 26 26 TINY_VERSION = 0; 27 27 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
Note:
See TracChangeset
for help on using the changeset viewer.