Skip to content

Commit

Permalink
Merge pull request #298 from raspberrypi/fix-version
Browse files Browse the repository at this point in the history
fix version to non develop
  • Loading branch information
kilograham committed Apr 1, 2021
2 parents 02b98e5 + 63d1baf commit 1769968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pico_sdk_version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1769968

Please sign in to comment.