From 6d336e04be9f68ecc9ab78919a1e6253ef50fa9f Mon Sep 17 00:00:00 2001 From: graham sanderson Date: Fri, 10 Feb 2023 18:51:01 -0600 Subject: [PATCH] start 1.5.1 development --- pico_sdk_version.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pico_sdk_version.cmake b/pico_sdk_version.cmake index 4a79c8ea..90dcd797 100644 --- a/pico_sdk_version.cmake +++ b/pico_sdk_version.cmake @@ -6,10 +6,10 @@ set(PICO_SDK_VERSION_MAJOR 1) set(PICO_SDK_VERSION_MINOR 5) # PICO_BUILD_DEFINE: PICO_SDK_VERSION_REVISION, SDK version revision, type=int, group=pico_base # PICO_CMAKE_CONFIG: PICO_SDK_VERSION_REVISION, SDK version revision, type=int, group=pico_base -set(PICO_SDK_VERSION_REVISION 0) +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_CMAKE_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_CMAKE_CONFIG: PICO_SDK_VERSION_STRING, SDK version, type=string, group=pico_base