Skip to content

Commit

Permalink
Versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
alancoon committed Sep 23, 2022
1 parent a40cb8b commit 00fea8a
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MAJOR_VERSION = 614;
MINOR_VERSION = 2;
TINY_VERSION = 9;
MICRO_VERSION = 1;
NANO_VERSION = 1;
NANO_VERSION = 2;
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MAJOR_VERSION = 614;
MINOR_VERSION = 2;
TINY_VERSION = 9;
MICRO_VERSION = 1;
NANO_VERSION = 1;
NANO_VERSION = 2;
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MAJOR_VERSION = 614;
MINOR_VERSION = 2;
TINY_VERSION = 9;
MICRO_VERSION = 1;
NANO_VERSION = 1;
NANO_VERSION = 2;
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MAJOR_VERSION = 614;
MINOR_VERSION = 2;
TINY_VERSION = 9;
MICRO_VERSION = 1;
NANO_VERSION = 1;
NANO_VERSION = 2;
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MAJOR_VERSION = 614;
MINOR_VERSION = 2;
TINY_VERSION = 9;
MICRO_VERSION = 1;
NANO_VERSION = 1;
NANO_VERSION = 2;
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MAJOR_VERSION = 614;
MINOR_VERSION = 2;
TINY_VERSION = 9;
MICRO_VERSION = 1;
NANO_VERSION = 1;
NANO_VERSION = 2;
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ MAJOR_VERSION = 614;
MINOR_VERSION = 2;
TINY_VERSION = 9;
MICRO_VERSION = 1;
NANO_VERSION = 1;
NANO_VERSION = 2;
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MAJOR_VERSION = 614;
MINOR_VERSION = 2;
TINY_VERSION = 9;
MICRO_VERSION = 1;
NANO_VERSION = 1;
NANO_VERSION = 2;
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MAJOR_VERSION = 614;
MINOR_VERSION = 2;
TINY_VERSION = 9;
MICRO_VERSION = 1;
NANO_VERSION = 1;
NANO_VERSION = 2;
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 00fea8a

Please sign in to comment.