Changeset 34248 in webkit for trunk/JavaScriptCore/Configurations
- Timestamp:
- May 29, 2008, 4:51:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/Configurations/Version.xcconfig
r34101 r34248 1 MAJOR_VERSION = 52 6;2 MINOR_VERSION = 9;1 MAJOR_VERSION = 527; 2 MINOR_VERSION = 0; 3 3 TINY_VERSION = 0; 4 FULL_VERSION = $(MAJOR_VERSION) .$(MINOR_VERSION);4 FULL_VERSION = $(MAJOR_VERSION); 5 5 6 6 // The bundle version is set based on the current build configuration, see below.
Note:
See TracChangeset
for help on using the changeset viewer.