diff options
| author | Sudar <sudar@sudarmuthu.com> | 2013-12-26 16:07:58 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2013-12-26 16:07:58 +0530 |
| commit | 6e2708a446866a6a4d1590da86827afa7340c70a (patch) | |
| tree | 16017bb42a481185497a54af8734778054fda8ef | |
| parent | cf6ffb5d6ee8fd6090fa9c06a6c0543bf1d883bc (diff) | |
Bump up version number to v1.1.0 for release1.1.0
| -rw-r--r-- | HISTORY.md | 2 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | arduino-mk/Arduino.mk | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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/). diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk index 2d76275..3241cca 100644 --- a/arduino-mk/Arduino.mk +++ b/arduino-mk/Arduino.mk @@ -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 # |
