Skip to content

Commit 9f99361

Browse files
committed
start 1.5.2 development
1 parent 8ecc5ab commit 9f99361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pico_sdk_version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ set(PICO_SDK_VERSION_MAJOR 1)
66
set(PICO_SDK_VERSION_MINOR 5)
77
# PICO_BUILD_DEFINE: PICO_SDK_VERSION_REVISION, SDK version revision, type=int, group=pico_base
88
# PICO_CMAKE_CONFIG: PICO_SDK_VERSION_REVISION, SDK version revision, type=int, group=pico_base
9-
set(PICO_SDK_VERSION_REVISION 1)
9+
set(PICO_SDK_VERSION_REVISION 2)
1010
# PICO_BUILD_DEFINE: PICO_SDK_VERSION_PRE_RELEASE_ID, optional SDK pre-release version identifier, type=string, group=pico_base
1111
# PICO_CMAKE_CONFIG: PICO_SDK_VERSION_PRE_RELEASE_ID, optional SDK pre-release version identifier, type=string, group=pico_base
12-
#set(PICO_SDK_VERSION_PRE_RELEASE_ID develop)
12+
set(PICO_SDK_VERSION_PRE_RELEASE_ID develop)
1313

1414
# PICO_BUILD_DEFINE: PICO_SDK_VERSION_STRING, SDK version, type=string, group=pico_base
1515
# PICO_CMAKE_CONFIG: PICO_SDK_VERSION_STRING, SDK version, type=string, group=pico_base

0 commit comments

Comments
 (0)