Skip to content

Commit

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

Identifier: 272448.527@safari-7618.1.15.13-branch
  • Loading branch information
rjepstein committed Feb 8, 2024
1 parent ddb0b05 commit ef0ad7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
MAJOR_VERSION = 618;
MINOR_VERSION = 1;
TINY_VERSION = 15;
MICRO_VERSION = 0;
NANO_VERSION = 0;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
MICRO_VERSION = 13;
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 ef0ad7f

Please sign in to comment.