Update version

This commit is contained in:
Earle F. Philhower, III 2025-02-04 14:34:53 -08:00
parent fb82f16704
commit 5e2fbf324b
4 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
#pragma once #pragma once
#define ARDUINO_PICO_MAJOR 4 #define ARDUINO_PICO_MAJOR 4
#define ARDUINO_PICO_MINOR 4 #define ARDUINO_PICO_MINOR 4
#define ARDUINO_PICO_REVISION 2 #define ARDUINO_PICO_REVISION 3
#define ARDUINO_PICO_VERSION_STR "4.4.2" #define ARDUINO_PICO_VERSION_STR "4.4.3"

View file

@ -54,9 +54,9 @@ author = u'Earle F. Philhower, III'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = u'4.4.2' version = u'4.4.3'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = u'4.4.2' release = u'4.4.3'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View file

@ -1,6 +1,6 @@
{ {
"name": "framework-arduinopico", "name": "framework-arduinopico",
"version": "1.40402.0", "version": "1.40403.0",
"description": "Arduino Wiring-based Framework (RPi Pico RP2040, RP2350)", "description": "Arduino Wiring-based Framework (RPi Pico RP2040, RP2350)",
"keywords": [ "keywords": [
"framework", "framework",

View file

@ -20,7 +20,7 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification # https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
name=Raspberry Pi RP2040/RP2350 Boards name=Raspberry Pi RP2040/RP2350 Boards
version=4.4.2 version=4.4.3
# Required discoveries and monitors # Required discoveries and monitors
# --------------------------------- # ---------------------------------