aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-06-14 17:49:02 +0530
committerSudar <sudar@sudarmuthu.com>2013-06-14 17:49:02 +0530
commit1012f765fe3ff181550766d615f8c5b41b45c01e (patch)
tree1481520ea2d64cbd0b892960c0ede8f491e102ce
parent328800411aba69e9d4f1afe4d96fcb26840603d5 (diff)
Tag v0.10.6 for release0.10.6
-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 6e58307..2981b32 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -3,7 +3,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.
-### 0.10.6 (in development)
+### 0.10.6 (3013-06-14)
- Fix whitespace and add /dev/null redirection (https://github.com/sej7278)
- Change the way AUTO_ARDUINO_VERSION is computed (https://github.com/sej7278)
- Make serial monitor baudrate detection work in Mac as well(https://github.com/sej7278)
diff --git a/README.md b/README.md
index f2fbc4e..013db2c 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ is set to `$HOME/sketchbook`.
## Versioning
-The current version of the makefile is `0.10.5`. You can find the full history in the [HISTORY.md](HISTORY.md) file
+The current version of the makefile is `0.10.6`. 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 056ab13..ddca7ae 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: 0.10.5
+# Current version: 0.10.6
#
# Refer to HISTORY.md file for complete history of changes
#