diff --git a/cores/rp2040/RP2040Version.h b/cores/rp2040/RP2040Version.h index 92c996ac8..beb149868 100644 --- a/cores/rp2040/RP2040Version.h +++ b/cores/rp2040/RP2040Version.h @@ -1,5 +1,5 @@ #pragma once #define ARDUINO_PICO_MAJOR 4 #define ARDUINO_PICO_MINOR 4 -#define ARDUINO_PICO_REVISION 0 -#define ARDUINO_PICO_VERSION_STR "4.4.0" +#define ARDUINO_PICO_REVISION 1 +#define ARDUINO_PICO_VERSION_STR "4.4.1" diff --git a/docs/conf.py b/docs/conf.py index bcb3e0e57..452fd15a7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,9 @@ # built documents. # # The short X.Y version. -version = u'4.4.0' +version = u'4.4.1' # The full version, including alpha/beta/rc tags. -release = u'4.4.0' +release = u'4.4.1' # 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 1b27c10f5..62285b890 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "framework-arduinopico", - "version": "1.40400.0", + "version": "1.40401.0", "description": "Arduino Wiring-based Framework (RPi Pico RP2040, RP2350)", "keywords": [ "framework", diff --git a/platform.txt b/platform.txt index b05106a55..56781c18a 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/RP2350 Boards -version=4.4.0 +version=4.4.1 # Required discoveries and monitors # ---------------------------------