aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-12-26 16:07:58 +0530
committerSudar <sudar@sudarmuthu.com>2013-12-26 16:07:58 +0530
commit6e2708a446866a6a4d1590da86827afa7340c70a (patch)
tree16017bb42a481185497a54af8734778054fda8ef
parentcf6ffb5d6ee8fd6090fa9c06a6c0543bf1d883bc (diff)
Bump up version number to v1.1.0 for release1.1.0
-rw-r--r--HISTORY.md2
-rw-r--r--README.md2
-rw-r--r--arduino-mk/Arduino.mk2
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
#