Skip to content

Commit 8d7bdd2

Browse files
committed
change version to 1.2.0 proper
1 parent 4b0dea4 commit 8d7bdd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pico_sdk_version.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ set(PICO_SDK_VERSION_MINOR 2)
99
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)
1312

1413
# PICO_BUILD_DEFINE: PICO_SDK_VERSION_STRING, SDK version, type=string, group=pico_base
1514
# PICO_CONFIG: PICO_SDK_VERSION_STRING, SDK version, type=string, group=pico_base
1615
set(PICO_SDK_VERSION_STRING "${PICO_SDK_VERSION_MAJOR}.${PICO_SDK_VERSION_MINOR}.${PICO_SDK_VERSION_REVISION}")
1716

1817
if (PICO_SDK_VERSION_PRE_RELEASE_ID)
1918
set(PICO_SDK_VERSION_STRING "${PICO_SDK_VERSION_STRING}-${PICO_SDK_VERSION_PRE_RELEASE_ID}")
20-
endif()
19+
endif()

0 commit comments

Comments
 (0)