Skip to content

Commit

Permalink
Versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjepstein committed Sep 15, 2023
1 parent a4bb359 commit 9239f61
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,8 +24,8 @@
MAJOR_VERSION = 616;
MINOR_VERSION = 1;
TINY_VERSION = 27;
MICRO_VERSION = 111;
NANO_VERSION = 16;
MICRO_VERSION = 211;
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.
Expand Down

0 comments on commit 9239f61

Please sign in to comment.