Changeset 27627 in webkit for trunk/JavaScriptCore/Configurations


Ignore:
Timestamp:
Nov 8, 2007, 5:48:46 PM (18 years ago)
Author:
[email protected]
Message:

Versioning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/Configurations/Version.xcconfig

    r27392 r27627  
    11MAJOR_VERSION = 525;
    2 MINOR_VERSION = 0;
     2MINOR_VERSION = 1;
    33TINY_VERSION = 0;
    4 FULL_VERSION = $(MAJOR_VERSION);
     4FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
    55
    66// The bundle version is set based on the current build configuration, see below.
Note: See TracChangeset for help on using the changeset viewer.