From 5ef8a5a5cc2081feaf030e51833cc528cdf2b79d Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Tue, 29 Oct 2024 07:08:45 -0700 Subject: [PATCH] Update version --- cores/rp2040/RP2040Version.h | 6 +++--- docs/conf.py | 4 ++-- package.json | 2 +- platform.txt | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cores/rp2040/RP2040Version.h b/cores/rp2040/RP2040Version.h index 3f2216d35..d5895296a 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 1 -#define ARDUINO_PICO_REVISION 1 -#define ARDUINO_PICO_VERSION_STR "4.1.1" +#define ARDUINO_PICO_MINOR 2 +#define ARDUINO_PICO_REVISION 0 +#define ARDUINO_PICO_VERSION_STR "4.2.0" diff --git a/docs/conf.py b/docs/conf.py index b25a696df..9939b7020 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,9 @@ # built documents. # # The short X.Y version. -version = u'4.1.1' +version = u'4.2.0' # The full version, including alpha/beta/rc tags. -release = u'4.1.1' +release = u'4.2.0' # 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 9918c45a6..2d5ecdd74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "framework-arduinopico", - "version": "1.40101.0", + "version": "1.40200.0", "description": "Arduino Wiring-based Framework (RPi Pico RP2040, RP2350)", "keywords": [ "framework", diff --git a/platform.txt b/platform.txt index 4a3109ca7..7194e71d9 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.1.1 +version=4.2.0 # Required discoveries and monitors # ---------------------------------