Ver Fonte

Increase version

Florian Friedrich há 2 anos atrás
pai
commit
ae8e475260
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Configs/Module-Shared.xcconfig

+ 1 - 1
Configs/Module-Shared.xcconfig

@@ -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.2
+MARKETING_VERSION = 3.8.3
 
 MODULE_VERIFIER_SUPPORTED_LANGUAGES = objective-c objective-c++;
 MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = gnu99 gnu++11;