⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 242385 in webkit


Ignore:
Timestamp:
Mar 4, 2019, 1:37:23 PM (7 years ago)
Author:
Alan Coon
Message:

Versioning.

Location:
tags/Safari-608.1.7.1.1/Source
Files:
7 edited

Legend:

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

    r242229 r242385  
    2626TINY_VERSION = 7;
    2727MICRO_VERSION = 1;
    28 NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION);
     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.
  • tags/Safari-608.1.7.1.1/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig

    r242229 r242385  
    2626TINY_VERSION = 7;
    2727MICRO_VERSION = 1;
    28 NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION);
     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.
  • tags/Safari-608.1.7.1.1/Source/WebCore/Configurations/Version.xcconfig

    r242229 r242385  
    2626TINY_VERSION = 7;
    2727MICRO_VERSION = 1;
    28 NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION);
     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.
  • tags/Safari-608.1.7.1.1/Source/WebCore/PAL/Configurations/Version.xcconfig

    r242229 r242385  
    2626TINY_VERSION = 7;
    2727MICRO_VERSION = 1;
    28 NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION);
     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.
  • tags/Safari-608.1.7.1.1/Source/WebInspectorUI/Configurations/Version.xcconfig

    r242229 r242385  
    33TINY_VERSION = 7;
    44MICRO_VERSION = 1;
    5 NANO_VERSION = 0;
    6 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION);
     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.
  • tags/Safari-608.1.7.1.1/Source/WebKit/Configurations/Version.xcconfig

    r242229 r242385  
    2626TINY_VERSION = 7;
    2727MICRO_VERSION = 1;
    28 NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION);
     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.
  • tags/Safari-608.1.7.1.1/Source/WebKitLegacy/mac/Configurations/Version.xcconfig

    r242229 r242385  
    2626TINY_VERSION = 7;
    2727MICRO_VERSION = 1;
    28 NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION);
     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.