diff --git a/pico_sdk_version.cmake b/pico_sdk_version.cmake
index 9f2aa6106fde4bc0dc741ebe719ec815ac56376c..db48268c7b1c49360960cb2a17ca5c7158161cf7 100644
--- a/pico_sdk_version.cmake
+++ b/pico_sdk_version.cmake
@@ -9,7 +9,7 @@ set(PICO_SDK_VERSION_MINOR 1)
 set(PICO_SDK_VERSION_REVISION 1)
 # PICO_BUILD_DEFINE: PICO_SDK_VERSION_PRE_RELEASE_ID, optional SDK pre-release version identifier, type=string, group=pico_base
 # PICO_CONFIG: PICO_SDK_VERSION_PRE_RELEASE_ID, optional SDK pre-release version identifier, type=string, group=pico_base
-set(PICO_SDK_VERSION_PRE_RELEASE_ID develop)
+#set(PICO_SDK_VERSION_PRE_RELEASE_ID develop)
 
 # PICO_BUILD_DEFINE: PICO_SDK_VERSION_STRING, SDK version, type=string, group=pico_base
 # PICO_CONFIG: PICO_SDK_VERSION_STRING, SDK version, type=string, group=pico_base