Ignore:
Timestamp:
Dec 4, 2013, 7:23:22 PM (11 years ago)
Author:
[email protected]
Message:

Versioning.

File:
1 edited

Legend:

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

    r159478 r160154  
    2222// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2323
    24 MAJOR_VERSION = 538;
    25 MINOR_VERSION = 8;
    26 TINY_VERSION = 0;
    27 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
     24MAJOR_VERSION = 537;
     25MINOR_VERSION = 73;
     26TINY_VERSION = 9;
     27FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
    2828
    2929// 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.