Skip to content

Commit

Permalink
Versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
alancoon committed Jul 28, 2022
1 parent 35102a6 commit ecd81f9
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions Source/JavaScriptCore/Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
MAJOR_VERSION = 614;
MINOR_VERSION = 1;
TINY_VERSION = 25;
MICRO_VERSION = 0;
NANO_VERSION = 0;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
MICRO_VERSION = 2;
NANO_VERSION = 1;
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.
BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));
Expand Down
6 changes: 3 additions & 3 deletions Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
MAJOR_VERSION = 614;
MINOR_VERSION = 1;
TINY_VERSION = 25;
MICRO_VERSION = 0;
NANO_VERSION = 0;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
MICRO_VERSION = 2;
NANO_VERSION = 1;
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.
BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));
Expand Down
6 changes: 3 additions & 3 deletions Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
MAJOR_VERSION = 614;
MINOR_VERSION = 1;
TINY_VERSION = 25;
MICRO_VERSION = 0;
NANO_VERSION = 0;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
MICRO_VERSION = 2;
NANO_VERSION = 1;
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.
BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));
Expand Down
6 changes: 3 additions & 3 deletions Source/WebCore/Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
MAJOR_VERSION = 614;
MINOR_VERSION = 1;
TINY_VERSION = 25;
MICRO_VERSION = 0;
NANO_VERSION = 0;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
MICRO_VERSION = 2;
NANO_VERSION = 1;
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.
BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));
Expand Down
6 changes: 3 additions & 3 deletions Source/WebCore/PAL/Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
MAJOR_VERSION = 614;
MINOR_VERSION = 1;
TINY_VERSION = 25;
MICRO_VERSION = 0;
NANO_VERSION = 0;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
MICRO_VERSION = 2;
NANO_VERSION = 1;
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.
BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));
Expand Down
6 changes: 3 additions & 3 deletions Source/WebGPU/Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
MAJOR_VERSION = 614;
MINOR_VERSION = 1;
TINY_VERSION = 25;
MICRO_VERSION = 0;
NANO_VERSION = 0;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
MICRO_VERSION = 2;
NANO_VERSION = 1;
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.
BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));
Expand Down
6 changes: 3 additions & 3 deletions Source/WebInspectorUI/Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
MAJOR_VERSION = 614;
MINOR_VERSION = 1;
TINY_VERSION = 25;
MICRO_VERSION = 0;
NANO_VERSION = 0;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
MICRO_VERSION = 2;
NANO_VERSION = 1;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION);

// The system version prefix is based on the current system version.
SYSTEM_VERSION_PREFIX[sdk=iphone*] = 8;
Expand Down
6 changes: 3 additions & 3 deletions Source/WebKit/Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
MAJOR_VERSION = 614;
MINOR_VERSION = 1;
TINY_VERSION = 25;
MICRO_VERSION = 0;
NANO_VERSION = 0;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
MICRO_VERSION = 2;
NANO_VERSION = 1;
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.
BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));
Expand Down
6 changes: 3 additions & 3 deletions Source/WebKitLegacy/mac/Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
MAJOR_VERSION = 614;
MINOR_VERSION = 1;
TINY_VERSION = 25;
MICRO_VERSION = 0;
NANO_VERSION = 0;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
MICRO_VERSION = 2;
NANO_VERSION = 1;
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.
BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));
Expand Down

0 comments on commit ecd81f9

Please sign in to comment.