Skip to content

Commit 6e2708a

Browse files
committed
Bump up version number to v1.1.0 for release
1 parent cf6ffb5 commit 6e2708a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Makefile for Arduino Sketches
44
The following is the rough list of changes that went into different versions.
55
I tried to give credit whenever possible. If I have missed anyone, kindly add it to the list.
66

7-
### 1.1.0 (in development)
7+
### 1.1.0 (2013-12-26)
88
- Don't append port details to avrdude for usbasp. See #123
99
- Ignore commented lines while parsing boards.txt file. See #124
1010
- In ISP mode, read baudrate and programmer from boards.txt. See #125

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ It is possible to use [`colorgcc`](https://github.com/colorgcc/colorgcc) with th
8080

8181
## Versioning
8282

83-
The current version of the makefile is `1.0.1`. You can find the full history in the [HISTORY.md](HISTORY.md) file
83+
The current version of the makefile is `1.1.0`. You can find the full history in the [HISTORY.md](HISTORY.md) file
8484

8585
This project adheres to Semantic [Versioning 2.0](http://semver.org/).
8686

arduino-mk/Arduino.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#
2020
# Original Arduino adaptation by mellis, eighthave, oli.keller
2121
#
22-
# Current version: 1.0.1
22+
# Current version: 1.1.0
2323
#
2424
# Refer to HISTORY.md file for complete history of changes
2525
#

0 commit comments

Comments
 (0)