Skip to content

Commit 983a029

Browse files
committed
bump version number to 1.0.1
1 parent fdcee47 commit 983a029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pico_sdk_version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(PICO_SDK_VERSION_MAJOR 1)
66
set(PICO_SDK_VERSION_MINOR 0)
77
# PICO_BUILD_DEFINE: PICO_SDK_VERSION_REVISION, SDK version revision, type=int, pico_base
88
# PICO_CONFIG: PICO_SDK_VERSION_REVISION, SDK version revision, type=int, pico_base
9-
set(PICO_SDK_VERSION_REVISION 0)
9+
set(PICO_SDK_VERSION_REVISION 1)
1010
# PICO_BUILD_DEFINE: PICO_SDK_VERSION_STRING, SDK version, type=string, group=pico_base
1111
# PICO_CONFIG: PICO_SDK_VERSION_STRING, SDK version, type=string, group=pico_base
1212
set(PICO_SDK_VERSION_STRING "${PICO_SDK_VERSION_MAJOR}.${PICO_SDK_VERSION_MINOR}.${PICO_SDK_VERSION_REVISION}")

0 commit comments

Comments
 (0)