Bump up version number to v1.1.0 for release
This commit is contained in:
parent
cf6ffb5d6e
commit
6e2708a446
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ A Makefile for Arduino Sketches
|
||||||
The following is the rough list of changes that went into different versions.
|
The following is the rough list of changes that went into different versions.
|
||||||
I tried to give credit whenever possible. If I have missed anyone, kindly add it to the list.
|
I tried to give credit whenever possible. If I have missed anyone, kindly add it to the list.
|
||||||
|
|
||||||
### 1.1.0 (in development)
|
### 1.1.0 (2013-12-26)
|
||||||
- Don't append port details to avrdude for usbasp. See #123
|
- Don't append port details to avrdude for usbasp. See #123
|
||||||
- Ignore commented lines while parsing boards.txt file. See #124
|
- Ignore commented lines while parsing boards.txt file. See #124
|
||||||
- In ISP mode, read baudrate and programmer from boards.txt. See #125
|
- In ISP mode, read baudrate and programmer from boards.txt. See #125
|
||||||
|
|
|
@ -80,7 +80,7 @@ It is possible to use [`colorgcc`](https://github.com/colorgcc/colorgcc) with th
|
||||||
|
|
||||||
## Versioning
|
## Versioning
|
||||||
|
|
||||||
The current version of the makefile is `1.0.1`. You can find the full history in the [HISTORY.md](HISTORY.md) file
|
The current version of the makefile is `1.1.0`. You can find the full history in the [HISTORY.md](HISTORY.md) file
|
||||||
|
|
||||||
This project adheres to Semantic [Versioning 2.0](http://semver.org/).
|
This project adheres to Semantic [Versioning 2.0](http://semver.org/).
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
#
|
#
|
||||||
# Original Arduino adaptation by mellis, eighthave, oli.keller
|
# Original Arduino adaptation by mellis, eighthave, oli.keller
|
||||||
#
|
#
|
||||||
# Current version: 1.0.1
|
# Current version: 1.1.0
|
||||||
#
|
#
|
||||||
# Refer to HISTORY.md file for complete history of changes
|
# Refer to HISTORY.md file for complete history of changes
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue