Skip to content

Commit 20b9774

Browse files
committed
Bump up version to v1.3.0 for release
1 parent f549f9c commit 20b9774

File tree

4 files changed

+5
-5
lines changed

4 files changed

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

README.md

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

120120
## Versioning
121121

122-
The current version of the makefile is `1.2.0`. You can find the full history in the [HISTORY.md](HISTORY.md) file
122+
The current version of the makefile is `1.3.0`. You can find the full history in the [HISTORY.md](HISTORY.md) file
123123

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

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.2.0/ -o ../arduino-mk-1.2.0.tar.gz
9+
git archive HEAD --prefix=arduino-mk-1.3.0/ -o ../arduino-mk-1.3.0.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.2.0.tar.gz ~/rpmbuild/SOURCES/
17+
cp ../arduino-mk-1.3.0.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.2.0
2+
Version: 1.3.0
33
Release: 1%{dist}
44
Summary: Program your Arduino from the command line
55
Packager: Simon John <[email protected]>

0 commit comments

Comments
 (0)