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

Changeset 211326 in webkit


Ignore:
Timestamp:
Jan 27, 2017, 11:02:13 PM (10 years ago)
Author:
bshafiei@apple.com
Message:

Versioning.

Location:
tags/Safari-604.1.5.0.1/Source
Files:
6 edited

Legend:

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

    r210940 r211326  
    2626TINY_VERSION = 5;
    2727MICRO_VERSION = 0;
    28 NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_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-604.1.5.0.1/Source/WebCore/Configurations/Version.xcconfig

    r210940 r211326  
    2626TINY_VERSION = 5;
    2727MICRO_VERSION = 0;
    28 NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_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-604.1.5.0.1/Source/WebCore/PAL/Configurations/Version.xcconfig

    r211027 r211326  
    2626TINY_VERSION = 5;
    2727MICRO_VERSION = 0;
    28 NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_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-604.1.5.0.1/Source/WebInspectorUI/Configurations/Version.xcconfig

    r210940 r211326  
    33TINY_VERSION = 5;
    44MICRO_VERSION = 0;
    5 NANO_VERSION = 0;
    6 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_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-604.1.5.0.1/Source/WebKit/mac/Configurations/Version.xcconfig

    r210940 r211326  
    2626TINY_VERSION = 5;
    2727MICRO_VERSION = 0;
    28 NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_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-604.1.5.0.1/Source/WebKit2/Configurations/Version.xcconfig

    r210940 r211326  
    2626TINY_VERSION = 5;
    2727MICRO_VERSION = 0;
    28 NANO_VERSION = 0;
    29 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_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.