Skip to content

Commit

Permalink
Versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohsin Qureshi committed Apr 16, 2024
1 parent 595fc45 commit 81f9092
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 = 618;
MINOR_VERSION = 2;
TINY_VERSION = 11;
MICRO_VERSION = 0;
NANO_VERSION = 0;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
TINY_VERSION = 12;
MICRO_VERSION = 11;
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 81f9092

Please sign in to comment.