aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2013-06-13 12:30:09 +0200
committerSudar <sudar@sudarmuthu.com>2013-06-13 17:02:15 +0530
commitd8c357f6d6f5c15f887c8c3b5400790c71abf702 (patch)
treefda1d4683979a7625693fb30e2e27b9ebea0c08d /HISTORY.md
parentc81cc332f5872461686baa8f5d76a62cdb2f6c30 (diff)
Change the way AUTO_ARDUINO_VERSION is computed
adds another pass to sed to remove the '1:' from debian version numbers
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index f2df626..e582bdf 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -4,7 +4,8 @@ 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)
-- fix whitespace and add /dev/null redirection (https://github.com/sej7278)
+- Fix whitespace and add /dev/null redirection (https://github.com/sej7278)
+- Change the way AUTO_ARDUINO_VERSION is computed (https://github.com/sej7278)
### 0.10.5 (2013-06-11)
- Add USB_VID and USB_PID to CPPFLAGS only if the board is Leonardo.