Changeset 232765 in webkit


Ignore:
Timestamp:
Jun 12, 2018 11:40:50 AM (6 years ago)
Author:
bshafiei@apple.com
Message:

Versioning.

Location:
branches/safari-606.1.20.40-branch/Source
Files:
7 edited

Legend:

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

    r232622 r232765  
    2525MINOR_VERSION = 1;
    2626TINY_VERSION = 20;
    27 MICRO_VERSION = 1;
    28 NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION);
     27MICRO_VERSION = 40;
     28NANO_VERSION = 1;
     29FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION);
    3030
    3131// The bundle version and short version string are set based on the current build configuration, see below.
  • branches/safari-606.1.20.40-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig

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

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

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

    r232622 r232765  
    22MINOR_VERSION = 1;
    33TINY_VERSION = 20;
    4 MICRO_VERSION = 1;
    5 NANO_VERSION = 0;
    6 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION);
     4MICRO_VERSION = 40;
     5NANO_VERSION = 1;
     6FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION);
    77
    88// The system version prefix is based on the current system version.
  • branches/safari-606.1.20.40-branch/Source/WebKit/Configurations/Version.xcconfig

    r232622 r232765  
    2525MINOR_VERSION = 1;
    2626TINY_VERSION = 20;
    27 MICRO_VERSION = 1;
    28 NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION);
     27MICRO_VERSION = 40;
     28NANO_VERSION = 1;
     29FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION);
    3030
    3131// The bundle version and short version string are set based on the current build configuration, see below.
  • branches/safari-606.1.20.40-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig

    r232622 r232765  
    2525MINOR_VERSION = 1;
    2626TINY_VERSION = 20;
    27 MICRO_VERSION = 1;
    28 NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION);
     27MICRO_VERSION = 40;
     28NANO_VERSION = 1;
     29FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_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.