Skip to content

Commit 1cdec7b

Browse files
committed
hand made 2.7.4
1 parent 73f04e3 commit 1cdec7b

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Arduino core for ESP8266 WiFi chip
33

44
# Quick links
55

6-
- [Latest release documentation](https://arduino-esp8266.readthedocs.io/en/2.7.3/)
6+
- [Latest release documentation](https://arduino-esp8266.readthedocs.io/en/2.7.4/)
77
- [Current "git version" documentation](https://arduino-esp8266.readthedocs.io/en/latest/)
88
- [Install git version](https://arduino-esp8266.readthedocs.io/en/latest/installing.html#using-git-version) ([sources](doc/installing.rst#using-git-version))
99

@@ -36,7 +36,7 @@ Starting with 1.6.4, Arduino allows installation of third-party platform package
3636
#### Latest release [![Latest release](https://img.shields.io/github/release/esp8266/Arduino.svg)](https://github.com/esp8266/Arduino/releases/latest/)
3737
Boards manager link: `https://arduino.esp8266.com/stable/package_esp8266com_index.json`
3838

39-
Documentation: [https://arduino-esp8266.readthedocs.io/en/2.7.3/](https://arduino-esp8266.readthedocs.io/en/2.7.3/)
39+
Documentation: [https://arduino-esp8266.readthedocs.io/en/2.7.4/](https://arduino-esp8266.readthedocs.io/en/2.7.4/)
4040

4141
### Using git version
4242
[![Linux build status](https://travis-ci.org/esp8266/Arduino.svg)](https://travis-ci.org/esp8266/Arduino)

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.3"
5+
"version": "2.7.4"
66
}

package/build_boards_manager_package.sh

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
#set -x
44

5+
if true; then
6+
7+
# hand made
8+
ver=2.7.4
9+
visiblever=${ver}
10+
plain_ver=${ver}
11+
12+
else
13+
514
ver=`git describe --tag`
615
visiblever=$ver
716
# match 0.0.*
@@ -29,6 +38,7 @@ else
2938
fi
3039
visiblever=$ver
3140
fi
41+
fi
3242

3343
set -e
3444

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.3)
9-
version=2.7.3
8+
name=ESP8266 Boards (2.7.4)
9+
version=2.7.4
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)