Skip to content

Commit 1ca77d6

Browse files
committed
start 2.2.1-develop
1 parent a1438df commit 1ca77d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "pico-sdk",
3-
version = "2.2.0",
3+
version = "2.2.1-develop",
44
)
55

66
bazel_dep(name = "platforms", version = "0.0.9")

pico_sdk_version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ if (NOT DEFINED PICO_SDK_VERSION_MAJOR)
77
set(PICO_SDK_VERSION_MINOR 2)
88
# PICO_BUILD_DEFINE: PICO_SDK_VERSION_REVISION, SDK version revision, type=int, default=Current SDK revision, group=pico_base
99
# PICO_CMAKE_CONFIG: PICO_SDK_VERSION_REVISION, SDK version revision, type=int, default=Current SDK revision, group=pico_base
10-
set(PICO_SDK_VERSION_REVISION 0)
10+
set(PICO_SDK_VERSION_REVISION 1)
1111
# PICO_BUILD_DEFINE: PICO_SDK_VERSION_PRE_RELEASE_ID, Optional SDK pre-release version identifier, default=Current SDK pre-release identifier, type=string, group=pico_base
1212
# PICO_CMAKE_CONFIG: PICO_SDK_VERSION_PRE_RELEASE_ID, Optional SDK pre-release version identifier, default=Current SDK pre-release identifier, type=string, group=pico_base
13-
#set(PICO_SDK_VERSION_PRE_RELEASE_ID develop)
13+
set(PICO_SDK_VERSION_PRE_RELEASE_ID develop)
1414
endif()
1515

1616
# PICO_BUILD_DEFINE: PICO_SDK_VERSION_STRING, SDK version string, type=string, default=Current SDK version string, group=pico_base

0 commit comments

Comments
 (0)