Skip to content

Commit

Permalink
Versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
MyahCobbs committed Mar 14, 2023
1 parent 57c5ca4 commit bb402f8
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 = 613;
MINOR_VERSION = 7;
TINY_VERSION = 1;
MICRO_VERSION = 0;
NANO_VERSION = 5;
NANO_VERSION = 6;
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 = 613;
MINOR_VERSION = 7;
TINY_VERSION = 1;
MICRO_VERSION = 0;
NANO_VERSION = 5;
NANO_VERSION = 6;
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 = 613;
MINOR_VERSION = 7;
TINY_VERSION = 1;
MICRO_VERSION = 0;
NANO_VERSION = 5;
NANO_VERSION = 6;
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 = 613;
MINOR_VERSION = 7;
TINY_VERSION = 1;
MICRO_VERSION = 0;
NANO_VERSION = 5;
NANO_VERSION = 6;
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 = 613;
MINOR_VERSION = 7;
TINY_VERSION = 1;
MICRO_VERSION = 0;
NANO_VERSION = 5;
NANO_VERSION = 6;
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 = 613;
MINOR_VERSION = 7;
TINY_VERSION = 1;
MICRO_VERSION = 0;
NANO_VERSION = 5;
NANO_VERSION = 6;
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 = 613;
MINOR_VERSION = 7;
TINY_VERSION = 1;
MICRO_VERSION = 0;
NANO_VERSION = 5;
NANO_VERSION = 6;
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 = 613;
MINOR_VERSION = 7;
TINY_VERSION = 1;
MICRO_VERSION = 0;
NANO_VERSION = 5;
NANO_VERSION = 6;
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 = 613;
MINOR_VERSION = 7;
TINY_VERSION = 1;
MICRO_VERSION = 0;
NANO_VERSION = 5;
NANO_VERSION = 6;
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 bb402f8

Please sign in to comment.