Changeset 287732 in webkit


Ignore:
Timestamp:
Jan 6, 2022, 4:34:21 PM (4 years ago)
Author:
Russell Epstein
Message:

Versioning.

WebKit-7612.4.9.1.1

Location:
branches/safari-612.4.9.1-branch/Source
Files:
8 edited

Legend:

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

    r287577 r287732  
    2525MINOR_VERSION = 4;
    2626TINY_VERSION = 9;
    27 MICRO_VERSION = 0;
    28 NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
     27MICRO_VERSION = 1;
     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-612.4.9.1-branch/Source/ThirdParty/ANGLE/Configurations/Version.xcconfig

    r287577 r287732  
    2525MINOR_VERSION = 4;
    2626TINY_VERSION = 9;
    27 MICRO_VERSION = 0;
    28 NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
     27MICRO_VERSION = 1;
     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-612.4.9.1-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig

    r287577 r287732  
    2525MINOR_VERSION = 4;
    2626TINY_VERSION = 9;
    27 MICRO_VERSION = 0;
    28 NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
     27MICRO_VERSION = 1;
     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-612.4.9.1-branch/Source/WebCore/Configurations/Version.xcconfig

    r287577 r287732  
    2525MINOR_VERSION = 4;
    2626TINY_VERSION = 9;
    27 MICRO_VERSION = 0;
    28 NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
     27MICRO_VERSION = 1;
     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-612.4.9.1-branch/Source/WebCore/PAL/Configurations/Version.xcconfig

    r287577 r287732  
    2525MINOR_VERSION = 4;
    2626TINY_VERSION = 9;
    27 MICRO_VERSION = 0;
    28 NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
     27MICRO_VERSION = 1;
     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-612.4.9.1-branch/Source/WebInspectorUI/Configurations/Version.xcconfig

    r287577 r287732  
    22MINOR_VERSION = 4;
    33TINY_VERSION = 9;
    4 MICRO_VERSION = 0;
    5 NANO_VERSION = 0;
    6 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
     4MICRO_VERSION = 1;
     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-612.4.9.1-branch/Source/WebKit/Configurations/Version.xcconfig

    r287577 r287732  
    2525MINOR_VERSION = 4;
    2626TINY_VERSION = 9;
    27 MICRO_VERSION = 0;
    28 NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
     27MICRO_VERSION = 1;
     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-612.4.9.1-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig

    r287577 r287732  
    2525MINOR_VERSION = 4;
    2626TINY_VERSION = 9;
    27 MICRO_VERSION = 0;
    28 NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
     27MICRO_VERSION = 1;
     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.