File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ A Makefile for Arduino Sketches
4
4
The following is the rough list of changes that went into different versions.
5
5
I tried to give credit whenever possible. If I have missed anyone, kindly add it to the list.
6
6
7
- ### 1.1.0 (in development )
7
+ ### 1.1.0 (2013-12-26 )
8
8
- Don't append port details to avrdude for usbasp. See #123
9
9
- Ignore commented lines while parsing boards.txt file. See #124
10
10
- In ISP mode, read baudrate and programmer from boards.txt. See #125
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ It is possible to use [`colorgcc`](https://github.com/colorgcc/colorgcc) with th
80
80
81
81
## Versioning
82
82
83
- The current version of the makefile is ` 1.0.1 ` . You can find the full history in the [ HISTORY.md] ( HISTORY.md ) file
83
+ The current version of the makefile is ` 1.1.0 ` . You can find the full history in the [ HISTORY.md] ( HISTORY.md ) file
84
84
85
85
This project adheres to Semantic [ Versioning 2.0] ( http://semver.org/ ) .
86
86
Original file line number Diff line number Diff line change 19
19
#
20
20
# Original Arduino adaptation by mellis, eighthave, oli.keller
21
21
#
22
- # Current version: 1.0.1
22
+ # Current version: 1.1.0
23
23
#
24
24
# Refer to HISTORY.md file for complete history of changes
25
25
#
You can’t perform that action at this time.
0 commit comments