Skip to content

Commit

Permalink
Versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
alancoon committed Nov 14, 2022
1 parent b421bc1 commit 1d8da52
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Source/JavaScriptCore/Configurations/Version.xcconfig
Expand Up @@ -25,7 +25,7 @@ MAJOR_VERSION = 614;
MINOR_VERSION = 3;
TINY_VERSION = 7;
MICRO_VERSION = 0;
NANO_VERSION = 3;
NANO_VERSION = 4;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION);

// The bundle version and short version string are set based on the current build configuration, see below.
Expand Down
2 changes: 1 addition & 1 deletion Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
Expand Up @@ -25,7 +25,7 @@ MAJOR_VERSION = 614;
MINOR_VERSION = 3;
TINY_VERSION = 7;
MICRO_VERSION = 0;
NANO_VERSION = 3;
NANO_VERSION = 4;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION);

// The bundle version and short version string are set based on the current build configuration, see below.
Expand Down
Expand Up @@ -25,7 +25,7 @@ MAJOR_VERSION = 614;
MINOR_VERSION = 3;
TINY_VERSION = 7;
MICRO_VERSION = 0;
NANO_VERSION = 3;
NANO_VERSION = 4;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION);

// The bundle version and short version string are set based on the current build configuration, see below.
Expand Down
2 changes: 1 addition & 1 deletion Source/WebCore/Configurations/Version.xcconfig
Expand Up @@ -25,7 +25,7 @@ MAJOR_VERSION = 614;
MINOR_VERSION = 3;
TINY_VERSION = 7;
MICRO_VERSION = 0;
NANO_VERSION = 3;
NANO_VERSION = 4;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION);

// The bundle version and short version string are set based on the current build configuration, see below.
Expand Down
2 changes: 1 addition & 1 deletion Source/WebCore/PAL/Configurations/Version.xcconfig
Expand Up @@ -25,7 +25,7 @@ MAJOR_VERSION = 614;
MINOR_VERSION = 3;
TINY_VERSION = 7;
MICRO_VERSION = 0;
NANO_VERSION = 3;
NANO_VERSION = 4;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION);

// The bundle version and short version string are set based on the current build configuration, see below.
Expand Down
2 changes: 1 addition & 1 deletion Source/WebGPU/Configurations/Version.xcconfig
Expand Up @@ -25,7 +25,7 @@ MAJOR_VERSION = 614;
MINOR_VERSION = 3;
TINY_VERSION = 7;
MICRO_VERSION = 0;
NANO_VERSION = 3;
NANO_VERSION = 4;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION);

// The bundle version and short version string are set based on the current build configuration, see below.
Expand Down
2 changes: 1 addition & 1 deletion Source/WebInspectorUI/Configurations/Version.xcconfig
Expand Up @@ -2,7 +2,7 @@ MAJOR_VERSION = 614;
MINOR_VERSION = 3;
TINY_VERSION = 7;
MICRO_VERSION = 0;
NANO_VERSION = 3;
NANO_VERSION = 4;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION);

// The system version prefix is based on the current system version.
Expand Down
2 changes: 1 addition & 1 deletion Source/WebKit/Configurations/Version.xcconfig
Expand Up @@ -25,7 +25,7 @@ MAJOR_VERSION = 614;
MINOR_VERSION = 3;
TINY_VERSION = 7;
MICRO_VERSION = 0;
NANO_VERSION = 3;
NANO_VERSION = 4;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION);

// The bundle version and short version string are set based on the current build configuration, see below.
Expand Down
2 changes: 1 addition & 1 deletion Source/WebKitLegacy/mac/Configurations/Version.xcconfig
Expand Up @@ -25,7 +25,7 @@ MAJOR_VERSION = 614;
MINOR_VERSION = 3;
TINY_VERSION = 7;
MICRO_VERSION = 0;
NANO_VERSION = 3;
NANO_VERSION = 4;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION);

// The bundle version and short version string are set based on the current build configuration, see below.
Expand Down

0 comments on commit 1d8da52

Please sign in to comment.