diff --git a/Sources/Configuration/SDK.xcconfig b/Sources/Configuration/SDK.xcconfig
index fb3553f6dfb..119f043c5a3 100644
--- a/Sources/Configuration/SDK.xcconfig
+++ b/Sources/Configuration/SDK.xcconfig
@@ -1,4 +1,5 @@
#include "DeploymentTargets.xcconfig"
+#include "Versioning.xcconfig"
SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator watchos watchsimulator appletvos appletvsimulator xros xrsimulator
TARGETED_DEVICE_FAMILY = 1,2,3,4,7
@@ -10,8 +11,6 @@ DYLIB_INSTALL_NAME_BASE = @rpath
MACH_O_TYPE = mh_dylib
FRAMEWORK_VERSION = A
-CURRENT_PROJECT_VERSION = 8.54.0
-
ALWAYS_SEARCH_USER_PATHS = NO
CLANG_ENABLE_OBJC_ARC = YES
CLANG_ENABLE_MODULES = YES
diff --git a/Sources/Configuration/SentrySwiftUI.xcconfig b/Sources/Configuration/SentrySwiftUI.xcconfig
index 5b3e92d5573..e0eed55d86c 100644
--- a/Sources/Configuration/SentrySwiftUI.xcconfig
+++ b/Sources/Configuration/SentrySwiftUI.xcconfig
@@ -1,5 +1,6 @@
+#include "Versioning.xcconfig"
+
PRODUCT_NAME = SentrySwiftUI
-CURRENT_PROJECT_VERSION = 8.54.0
MACOSX_DEPLOYMENT_TARGET = 10.15
IPHONEOS_DEPLOYMENT_TARGET = 13.0
diff --git a/Sources/Resources/Info.plist b/Sources/Resources/Info.plist
index 09738dfd757..ec0cc7b0cb4 100644
--- a/Sources/Resources/Info.plist
+++ b/Sources/Resources/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- $(CURRENT_PROJECT_VERSION)
+ $(MARKETING_VERSION)
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass