Changeset 171173 in webkit for trunk/Source/JavaScriptCore/Configurations
- Timestamp:
- Jul 17, 2014, 12:14:48 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/Configurations/Version.xcconfig
r171170 r171173 27 27 MICRO_VERSION = 0; 28 28 NANO_VERSION = 0; 29 FULL_VERSION = 600.1;29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION); 30 30 31 31 // The bundle version and short version string are set based on the current build configuration, see below.
Note:
See TracChangeset
for help on using the changeset viewer.