From 40855c90fb1d37a7544c1324c291a2413ff48bdc Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Thu, 3 Nov 2022 08:54:31 -0700 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 e2e779cab..206348f7c 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 6 -#define ARDUINO_PICO_REVISION 2 -#define ARDUINO_PICO_VERSION_STR "2.6.2" +#define ARDUINO_PICO_REVISION 3 +#define ARDUINO_PICO_VERSION_STR "2.6.3" diff --git a/docs/conf.py b/docs/conf.py index 34d4df5d6..d5f4fa866 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,9 @@ # built documents. # # The short X.Y version. -version = u'2.6.2' +version = u'2.6.3' # The full version, including alpha/beta/rc tags. -release = u'2.6.2' +release = u'2.6.3' # 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 66204512e..816c157ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "framework-arduinopico", - "version": "1.20602.0", + "version": "1.20603.0", "description": "Arduino Wiring-based Framework (RPi Pico RP2040)", "keywords": [ "framework", diff --git a/platform.txt b/platform.txt index 72ce6623f..4372b4284 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.6.2 +version=2.6.3 runtime.tools.pqt-gcc.path={runtime.platform.path}/system/arm-none-eabi runtime.tools.pqt-python3.path={runtime.platform.path}/system/python3