Changeset 143041 in webkit


Ignore:
Timestamp:
Feb 15, 2013, 1:15:37 PM (12 years ago)
Author:
Lucas Forschler
Message:

Versioning.

Location:
tags/Safari-537.31.2/Source
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • tags/Safari-537.31.2/Source/JavaScriptCore/Configurations/Version.xcconfig

    r142066 r143041  
    2424MAJOR_VERSION = 537;
    2525MINOR_VERSION = 31;
    26 TINY_VERSION = 0;
    27 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
     26TINY_VERSION = 2;
     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.
  • tags/Safari-537.31.2/Source/WebCore/Configurations/Version.xcconfig

    r142066 r143041  
    2424MAJOR_VERSION = 537;
    2525MINOR_VERSION = 31;
    26 TINY_VERSION = 0;
    27 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
     26TINY_VERSION = 2;
     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.
  • tags/Safari-537.31.2/Source/WebKit/mac/Configurations/Version.xcconfig

    r142066 r143041  
    2424MAJOR_VERSION = 537;
    2525MINOR_VERSION = 31;
    26 TINY_VERSION = 0;
    27 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
     26TINY_VERSION = 2;
     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.
  • tags/Safari-537.31.2/Source/WebKit2/Configurations/Version.xcconfig

    r142066 r143041  
    2424MAJOR_VERSION = 537;
    2525MINOR_VERSION = 31;
    26 TINY_VERSION = 0;
    27 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
     26TINY_VERSION = 2;
     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.