From 31786cdc240304151cf139bd2829cd18fcd8c4a6 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Tue, 18 Feb 2025 12:55:03 -0800 Subject: [PATCH] Update version --- cores/rp2040/RP2040Version.h | 4 ++-- docs/conf.py | 4 ++-- package.json | 2 +- platform.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cores/rp2040/RP2040Version.h b/cores/rp2040/RP2040Version.h index 89f0d73..5f10bc9 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 3 -#define ARDUINO_PICO_VERSION_STR "4.4.3" +#define ARDUINO_PICO_REVISION 4 +#define ARDUINO_PICO_VERSION_STR "4.4.4" diff --git a/docs/conf.py b/docs/conf.py index f323efd..526292a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,9 @@ author = u'Earle F. Philhower, III' # built documents. # # The short X.Y version. -version = u'4.4.3' +version = u'4.4.4' # The full version, including alpha/beta/rc tags. -release = u'4.4.3' +release = u'4.4.4' # 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 ff9578b..9879c33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "framework-arduinopico", - "version": "1.40403.0", + "version": "1.40404.0", "description": "Arduino Wiring-based Framework (RPi Pico RP2040, RP2350)", "keywords": [ "framework", diff --git a/platform.txt b/platform.txt index 29aa9ce..6513c2f 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.3 +version=4.4.4 # Required discoveries and monitors # ---------------------------------