From 6e2708a446866a6a4d1590da86827afa7340c70a Mon Sep 17 00:00:00 2001 From: Sudar Date: Thu, 26 Dec 2013 16:07:58 +0530 Subject: [PATCH] Bump up version number to v1.1.0 for release --- HISTORY.md | 2 +- README.md | 2 +- arduino-mk/Arduino.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index f075ede..15de95a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/README.md b/README.md index a310c59..d6a7f18 100644 --- a/README.md +++ b/README.md @@ -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 #