Skip to content

Commit b42d05d

Browse files
sej7278sudar
authored andcommitted
Bump up version to v1.3.3 for release
Fix #189
1 parent fc54954 commit b42d05d

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

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.3.2
22+
# Current version: 1.3.3
2323
#
2424
# Refer to HISTORY.md file for complete history of changes
2525
#

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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.3.3 (2014-04-12)
8+
- Fix: Make a new manpage for ard-reset-arduino. Fixes issue #188 (https://github.com/sej7278)
9+
710
### 1.3.2 (2014-04-11)
811
- Fix: Add arduino-mk-vars.md file to RPM SPECfile. (https://github.com/sej7278)
912
- Fix: Add avr-libc/malloc.c and realloc.c to included core files. Fixes issue #163 (https://github.com/sej7278)

README.md

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

153153
## Versioning
154154

155-
The current version of the makefile is `1.3.2`. You can find the full history in the [HISTORY.md](HISTORY.md) file
155+
The current version of the makefile is `1.3.3`. You can find the full history in the [HISTORY.md](HISTORY.md) file
156156

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

ard-reset-arduino.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH ARD-RESET-ARDUINO "1" "April 2014" "ard-reset-arduino 1.3.2" "Arduino CLI Reset"
1+
.TH ARD-RESET-ARDUINO "1" "April 2014" "ard-reset-arduino 1.3.3" "Arduino CLI Reset"
22

33
.SH NAME
44
ard-reset-arduino \- Reset Arduino board

packaging/fedora/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ First install the dependencies as root:
66

77
From the top-level Arduino-Makefile directory you've checked out of github, run the following (as unprivileged user) to create a compressed tarball using the naming conventions required by rpmbuild:
88

9-
git archive HEAD --prefix=arduino-mk-1.3.2/ -o ../arduino-mk-1.3.2.tar.gz
9+
git archive HEAD --prefix=arduino-mk-1.3.3/ -o ../arduino-mk-1.3.3.tar.gz
1010

1111
If you don't already have a rpmbuild setup (e.g. you've not installed the SRPM) you will need to create the directories:
1212

1313
mkdir -p ~/rpmbuild/{SOURCES,SPECS}
1414

1515
Then copy the tarball and specfile into those directories:
1616

17-
cp ../arduino-mk-1.3.2.tar.gz ~/rpmbuild/SOURCES/
17+
cp ../arduino-mk-1.3.3.tar.gz ~/rpmbuild/SOURCES/
1818
cp packaging/fedora/arduino-mk.spec ~/rpmbuild/SPECS/
1919

2020
Then compile. This will create a binary and source RPM:

packaging/fedora/arduino-mk.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: arduino-mk
2-
Version: 1.3.2
2+
Version: 1.3.3
33
Release: 1%{dist}
44
Summary: Program your Arduino from the command line
55
Packager: Simon John <git@the-jedi.co.uk>

0 commit comments

Comments
 (0)