Skip to content

Commit bc204a9

Browse files
authored
release 2.6.2 (#6849)
1 parent c37903c commit bc204a9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

cores/esp8266/TZ.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
// autogenerated from https://raw.githubusercontent.com/nayarsystems/posix_tz_db/master/zones.csv
33
// by script <esp8266 arduino core>/tools/TZupdate.sh
4-
// Thu Nov 14 08:41:55 UTC 2019
4+
// Wed Nov 27 23:41:03 UTC 2019
55
//
66
// This database is autogenerated from IANA timezone database
77
// https://www.iana.org/time-zones

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"name": "framework-arduinoespressif8266",
33
"description": "Arduino Wiring-based Framework (ESP8266 Core)",
44
"url": "https://github.com/esp8266/Arduino",
5-
"version": "2.7.0-dev"
5+
"version": "2.6.2"
66
}

package/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The following points assume work in a direct clone of the repository, and not in
109109
110110
2. Make a PR with the following, wait for Travis CI, and merge.
111111
112-
* platform.txt: update `version` to the release E.g. `3.0.0`,
112+
* platform.txt and package.json: update `version` to the release E.g. `3.0.0`,
113113
114114
* `cores/esp8266/TZ.h`: import the latest database with the following shell command:\
115115
`$ cd tools; sh TZupdate.sh`.
@@ -150,7 +150,7 @@ The following points assume work in a direct clone of the repository, and not in
150150
151151
11. Create a commit to the master branch, updating:
152152
153-
* The version in platform.txt file. This should correspond to the version of the *next* milestone, plus `-dev` suffix. E.g. `3.1.0-dev`.
153+
* The version in platform.txt and package.json files. This should correspond to the version of the *next* milestone, plus `-dev` suffix. E.g. `3.1.0-dev`.
154154
155155
* In main README.md:
156156

platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# For more info:
66
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification
77

8-
name=ESP8266 Boards (2.7.0-dev)
9-
version=2.7.0-dev
8+
name=ESP8266 Boards (2.6.2)
9+
version=2.6.2
1010

1111
# These will be removed by the packager script when doing a JSON release
1212
runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/tools/xtensa-lx106-elf

0 commit comments

Comments
 (0)