Skip to content

Commit

Permalink
Versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
alancoon committed Oct 5, 2022
1 parent c9a51d0 commit 9d23a1a
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 = 8;
NANO_VERSION = 9;
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 = 8;
NANO_VERSION = 9;
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 = 8;
NANO_VERSION = 9;
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 = 8;
NANO_VERSION = 9;
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 = 8;
NANO_VERSION = 9;
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 = 8;
NANO_VERSION = 9;
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 = 8;
NANO_VERSION = 9;
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 = 8;
NANO_VERSION = 9;
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 = 8;
NANO_VERSION = 9;
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 9d23a1a

Please sign in to comment.