increase version number
This commit is contained in:
parent
0bbb794346
commit
d4278d6098
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ set(PICO_SDK_PATH "/home/martin/pico/pico-sdk")
|
|||
# Pull in Raspberry Pi Pico SDK (must be before project)
|
||||
include("cmake/pico_sdk_import.cmake")
|
||||
|
||||
project(gbmanager VERSION "1.0.0" LANGUAGES C CXX ASM)
|
||||
project(gbmanager VERSION "1.0.1" LANGUAGES C CXX ASM)
|
||||
|
||||
# Initialise the Raspberry Pi Pico SDK
|
||||
pico_sdk_init()
|
||||
|
|
Loading…
Reference in a new issue