Skip to content

Commit

Permalink
Bump up version number to v1.1.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sudar committed Dec 26, 2013
1 parent cf6ffb5 commit 6e2708a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A Makefile for Arduino Sketches
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.

### 1.1.0 (in development)
### 1.1.0 (2013-12-26)
- Don't append port details to avrdude for usbasp. See #123
- Ignore commented lines while parsing boards.txt file. See #124
- In ISP mode, read baudrate and programmer from boards.txt. See #125
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ It is possible to use [`colorgcc`](https://github.com/colorgcc/colorgcc) with th

## 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/).

Expand Down
2 changes: 1 addition & 1 deletion arduino-mk/Arduino.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
# 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
#
Expand Down

0 comments on commit 6e2708a

Please sign in to comment.