Update version

parent 525408e1
#pragma once #pragma once
#define ARDUINO_PICO_MAJOR 3 #define ARDUINO_PICO_MAJOR 3
#define ARDUINO_PICO_MINOR 9 #define ARDUINO_PICO_MINOR 9
#define ARDUINO_PICO_REVISION 4 #define ARDUINO_PICO_REVISION 5
#define ARDUINO_PICO_VERSION_STR "3.9.4" #define ARDUINO_PICO_VERSION_STR "3.9.5"
...@@ -54,9 +54,9 @@ author = u'Earle F. Philhower, III' ...@@ -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'3.9.4' version = u'3.9.5'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = u'3.9.4' release = u'3.9.5'
# 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.
......
{ {
"name": "framework-arduinopico", "name": "framework-arduinopico",
"version": "1.30904.0", "version": "1.30905.0",
"description": "Arduino Wiring-based Framework (RPi Pico RP2040)", "description": "Arduino Wiring-based Framework (RPi Pico RP2040)",
"keywords": [ "keywords": [
"framework", "framework",
......
...@@ -20,7 +20,7 @@ ...@@ -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 Boards name=Raspberry Pi RP2040 Boards
version=3.9.4 version=3.9.5
# Required discoveries and monitors # Required discoveries and monitors
# --------------------------------- # ---------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment