aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-06-11 16:16:05 +0530
committerSudar <sudar@sudarmuthu.com>2013-06-11 16:16:05 +0530
commit2ff244eeafd4386f388fd57363ca1055daa4dfa0 (patch)
tree529c0287ac5297a977f1b404d2ab5c43d14ec9e5
parent2453f35baebb20f3170e5fdc021cb7a70ee226e7 (diff)
Release v0.10.50.10.5
-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 78be14c..0c8ec1c 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.5 (in development)
+### 0.10.5
- Add USB_VID and USB_PID to CPPFLAGS only if the board is Leonardo.
- Allow adding extra common dependencies (COMMON_DEPS) (https://github.com/gaftech)
- Added ifndef ARDUINO_VAR_PATH for compiling for the attiny (https://github.com/danielesteban)
diff --git a/README.md b/README.md
index ae94e53..f2fbc4e 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.4`. You can find the full history in the [HISTORY.md](HISTORY.md) file
+The current version of the makefile is `0.10.5`. 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 1442196..53c8f6a 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.4
+# Current version: 0.10.5
#
# Refer to HISTORY.md file for complete history of changes
#