Skip to content

Commit 2e6142b

Browse files
committed
SDK 1.4.0 release
1 parent 5e9a5e8 commit 2e6142b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pico_sdk_version.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
set(PICO_SDK_VERSION_MAJOR 1)
44
# PICO_BUILD_DEFINE: PICO_SDK_VERSION_MINOR, SDK minor version number, type=int, group=pico_base
55
# PICO_CONFIG: PICO_SDK_VERSION_MINOR, SDK minor version number, type=int, group=pico_base
6-
set(PICO_SDK_VERSION_MINOR 3)
6+
set(PICO_SDK_VERSION_MINOR 4)
77
# PICO_BUILD_DEFINE: PICO_SDK_VERSION_REVISION, SDK version revision, type=int, group=pico_base
88
# PICO_CONFIG: PICO_SDK_VERSION_REVISION, SDK version revision, type=int, group=pico_base
9-
set(PICO_SDK_VERSION_REVISION 2)
9+
set(PICO_SDK_VERSION_REVISION 0)
1010
# PICO_BUILD_DEFINE: PICO_SDK_VERSION_PRE_RELEASE_ID, optional SDK pre-release version identifier, type=string, group=pico_base
1111
# PICO_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_CONFIG: PICO_SDK_VERSION_STRING, SDK version, type=string, group=pico_base

0 commit comments

Comments
 (0)