Skip to content

Commit

Permalink
Versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Robson committed Dec 19, 2023
1 parent 50847be commit a1b3b92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@

MAJOR_VERSION = 617;
MINOR_VERSION = 2;
TINY_VERSION = 3;
MICRO_VERSION = 0;
NANO_VERSION = 0;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
TINY_VERSION = 4;
MICRO_VERSION = 10;
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 a1b3b92

Please sign in to comment.