Skip to content

Commit

Permalink
Versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjepstein committed Aug 4, 2022
1 parent 10d30c0 commit 951d546
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 = 1;
TINY_VERSION = 25;
MICRO_VERSION = 1;
NANO_VERSION = 4;
NANO_VERSION = 5;
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 = 1;
TINY_VERSION = 25;
MICRO_VERSION = 1;
NANO_VERSION = 4;
NANO_VERSION = 5;
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 = 1;
TINY_VERSION = 25;
MICRO_VERSION = 1;
NANO_VERSION = 4;
NANO_VERSION = 5;
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 = 1;
TINY_VERSION = 25;
MICRO_VERSION = 1;
NANO_VERSION = 4;
NANO_VERSION = 5;
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 = 1;
TINY_VERSION = 25;
MICRO_VERSION = 1;
NANO_VERSION = 4;
NANO_VERSION = 5;
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 = 1;
TINY_VERSION = 25;
MICRO_VERSION = 1;
NANO_VERSION = 4;
NANO_VERSION = 5;
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 = 1;
TINY_VERSION = 25;
MICRO_VERSION = 1;
NANO_VERSION = 4;
NANO_VERSION = 5;
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 = 1;
TINY_VERSION = 25;
MICRO_VERSION = 1;
NANO_VERSION = 4;
NANO_VERSION = 5;
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 = 1;
TINY_VERSION = 25;
MICRO_VERSION = 1;
NANO_VERSION = 4;
NANO_VERSION = 5;
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 951d546

Please sign in to comment.