Skip to content

Commit

Permalink
Bump version to 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Apr 16, 2024
1 parent 41e24fc commit 34f5901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configs/Module-Shared.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ LIBRARY_SEARCH_PATHS = $(inherited)
// Code will load on this and later versions of macOS. Framework APIs that are unavailable in earlier versions will be weak-linked; your code should check for null function pointers or specific system versions before calling newer APIs.
MACOSX_DEPLOYMENT_TARGET = 10.13

MARKETING_VERSION = 3.8.5
MARKETING_VERSION = 3.9.0

MODULE_VERIFIER_SUPPORTED_LANGUAGES = objective-c objective-c++;
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = gnu99 gnu++11;
Expand Down

0 comments on commit 34f5901

Please sign in to comment.