Update version

This commit is contained in:
Earle F. Philhower, III 2024-06-05 12:03:10 -07:00
parent f08ba6bd42
commit 8bc8c824d3
4 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
#pragma once
#define ARDUINO_PICO_MAJOR 3
#define ARDUINO_PICO_MINOR 9
#define ARDUINO_PICO_REVISION 1
#define ARDUINO_PICO_VERSION_STR "3.9.1"
#define ARDUINO_PICO_REVISION 2
#define ARDUINO_PICO_VERSION_STR "3.9.2"

View file

@ -54,9 +54,9 @@ author = u'Earle F. Philhower, III'
# built documents.
#
# The short X.Y version.
version = u'3.9.1'
version = u'3.9.2'
# The full version, including alpha/beta/rc tags.
release = u'3.9.1'
release = u'3.9.2'
# 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.30901.0",
"version": "1.30902.0",
"description": "Arduino Wiring-based Framework (RPi Pico RP2040)",
"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 Boards
version=3.9.1
version=3.9.2
# Required discoveries and monitors
# ---------------------------------