Skip to content

Commit

Permalink
Versioning.
Browse files Browse the repository at this point in the history
WebKit-7615.3.8.1

Identifier: 259548.822@safari-7615.3.8-branch
  • Loading branch information
rjepstein committed Jun 15, 2023
1 parent 8a8217b commit 9ca7570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
MAJOR_VERSION = 615;
MINOR_VERSION = 3;
TINY_VERSION = 8;
MICRO_VERSION = 0;
MICRO_VERSION = 1;
NANO_VERSION = 0;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_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 9ca7570

Please sign in to comment.