diff --git a/cores/rp2040/RP2040Version.h b/cores/rp2040/RP2040Version.h index 45d7a5d95..ee81ec703 100644 --- a/cores/rp2040/RP2040Version.h +++ b/cores/rp2040/RP2040Version.h @@ -1,5 +1,5 @@ #pragma once #define ARDUINO_PICO_MAJOR 2 #define ARDUINO_PICO_MINOR 7 -#define ARDUINO_PICO_REVISION 1 -#define ARDUINO_PICO_VERSION_STR "2.7.1" +#define ARDUINO_PICO_REVISION 2 +#define ARDUINO_PICO_VERSION_STR "2.7.2" diff --git a/docs/conf.py b/docs/conf.py index ab296c89d..f2e329f59 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,9 @@ # built documents. # # The short X.Y version. -version = u'2.7.1' +version = u'2.7.2' # The full version, including alpha/beta/rc tags. -release = u'2.7.1' +release = u'2.7.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/package.json b/package.json index 4a5f71132..7d96cf8bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "framework-arduinopico", - "version": "1.20701.0", + "version": "1.20702.0", "description": "Arduino Wiring-based Framework (RPi Pico RP2040)", "keywords": [ "framework", diff --git a/platform.txt b/platform.txt index d4c45b3c4..a5a19a1bb 100644 --- a/platform.txt +++ b/platform.txt @@ -20,7 +20,7 @@ # https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification name=Raspberry Pi RP2040 Boards -version=2.7.1 +version=2.7.2 runtime.tools.pqt-gcc.path={runtime.platform.path}/system/arm-none-eabi runtime.tools.pqt-python3.path={runtime.platform.path}/system/python3