From c0fea5ccd9d4db662c2a64e8c390d671d138bae7 Mon Sep 17 00:00:00 2001 From: Sudar Muthu Date: Mon, 22 Feb 2016 17:21:46 +0530 Subject: [PATCH] Bump up version to v1.5.1 for release --- Arduino.mk | 2 +- HISTORY.md | 2 +- README.md | 2 +- ard-reset-arduino.1 | 2 +- packaging/fedora/arduino-mk.spec | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Arduino.mk b/Arduino.mk index bd75ea4..322ca38 100644 --- a/Arduino.mk +++ b/Arduino.mk @@ -19,7 +19,7 @@ # # Original Arduino adaptation by mellis, eighthave, oli.keller # -# Current version: 1.5 +# Current version: 1.5.1 # # Refer to HISTORY.md file for complete history of changes # diff --git a/HISTORY.md b/HISTORY.md index a6a8b4d..13dde6e 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. -### In Development +### 1.5.1 (Debian version: 1.5-3) (2016-02-22) - New: Add show_submenu target (https://github.com/drewhutchison) - New: Add AVR Dragon to list of ISP's without a port (https://github.com/mtnocean) diff --git a/README.md b/README.md index 948cf8b..bf59185 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ See examples/BlinkTeensy for example usage. ## Versioning -The current version of the makefile is `1.5`. You can find the full history in the [HISTORY.md](HISTORY.md) file +The current version of the makefile is `1.5.1`. 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/ard-reset-arduino.1 b/ard-reset-arduino.1 index d7b2eb1..b897869 100644 --- a/ard-reset-arduino.1 +++ b/ard-reset-arduino.1 @@ -1,4 +1,4 @@ -.TH ARD-RESET-ARDUINO "1" "April 2015" "ard-reset-arduino 1.5" "Arduino CLI Reset" +.TH ARD-RESET-ARDUINO "1" "February 2016" "ard-reset-arduino 1.5.1" "Arduino CLI Reset" .SH NAME ard-reset-arduino - Reset Arduino board diff --git a/packaging/fedora/arduino-mk.spec b/packaging/fedora/arduino-mk.spec index ef870bb..30b7a09 100644 --- a/packaging/fedora/arduino-mk.spec +++ b/packaging/fedora/arduino-mk.spec @@ -1,5 +1,5 @@ Name: arduino-mk -Version: 1.5 +Version: 1.5.1 Release: 1%{dist} Summary: Program your Arduino from the command line Packager: Simon John