Update version

This commit is contained in:
Earle F. Philhower, III 2024-10-29 07:08:45 -07:00
parent b0e7ad3de2
commit 5ef8a5a5cc
4 changed files with 7 additions and 7 deletions

View file

@ -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"

View file

@ -54,9 +54,9 @@ author = u'Earle F. Philhower, III'
# 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.

View file

@ -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",

View file

@ -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
# ---------------------------------