diff --git a/core/version_defaults.mk b/core/version_defaults.mk index db84aa6dcb..e37e554730 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -55,7 +55,7 @@ ifeq "" "$(PLATFORM_SDK_VERSION)" # intermediate builds). During development, this number remains at the # SDK version the branch is based on and PLATFORM_VERSION_CODENAME holds # the code-name of the new development work. - PLATFORM_SDK_VERSION := 23 + PLATFORM_SDK_VERSION := 24 endif ifeq "" "$(PLATFORM_JACK_MIN_SDK_VERSION)"