Changeset 200676 in webkit


Ignore:
Timestamp:
May 10, 2016, 11:03:02 PM (9 years ago)
Author:
bshafiei@apple.com
Message:

Versioning.

Location:
branches/safari-602.1.32-branch/Source
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-602.1.32-branch/Source/JavaScriptCore/Configurations/Version.xcconfig

    r200443 r200676  
    2525MINOR_VERSION = 1;
    2626TINY_VERSION = 32;
    27 MICRO_VERSION = 0;
     27MICRO_VERSION = 1;
    2828NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
     29FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION);
    3030
    3131// The bundle version and short version string are set based on the current build configuration, see below.
  • branches/safari-602.1.32-branch/Source/WebCore/Configurations/Version.xcconfig

    r200443 r200676  
    2525MINOR_VERSION = 1;
    2626TINY_VERSION = 32;
    27 MICRO_VERSION = 0;
     27MICRO_VERSION = 1;
    2828NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
     29FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION);
    3030
    3131// The bundle version and short version string are set based on the current build configuration, see below.
  • branches/safari-602.1.32-branch/Source/WebInspectorUI/Configurations/Version.xcconfig

    r200443 r200676  
    22MINOR_VERSION = 1;
    33TINY_VERSION = 32;
    4 MICRO_VERSION = 0;
     4MICRO_VERSION = 1;
    55NANO_VERSION = 0;
    6 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
     6FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION);
    77
    88// The system version prefix is based on the current system version.
  • branches/safari-602.1.32-branch/Source/WebKit/mac/Configurations/Version.xcconfig

    r200443 r200676  
    2525MINOR_VERSION = 1;
    2626TINY_VERSION = 32;
    27 MICRO_VERSION = 0;
     27MICRO_VERSION = 1;
    2828NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
     29FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION);
    3030
    3131// The bundle version and short version string are set based on the current build configuration, see below.
  • branches/safari-602.1.32-branch/Source/WebKit2/Configurations/Version.xcconfig

    r200443 r200676  
    2525MINOR_VERSION = 1;
    2626TINY_VERSION = 32;
    27 MICRO_VERSION = 0;
     27MICRO_VERSION = 1;
    2828NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
     29FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION);
    3030
    3131// 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.