Skip to content

Commit

Permalink
Revert "Versioning."
Browse files Browse the repository at this point in the history
This reverts commit b7982e6.

Identifier: 273288.3@safari-7619.1.1-branch
  • Loading branch information
MyahCobbs committed Jan 22, 2024
1 parent b7982e6 commit 1d8e10c
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 = 619;
MINOR_VERSION = 1;
TINY_VERSION = 1;
MICRO_VERSION = 1;
MICRO_VERSION = 0;
NANO_VERSION = 0;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION);
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_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 1d8e10c

Please sign in to comment.