-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* DESCRIPTION: update to 0.12.1, update urls * NEWS: add change log for 0.12.1 * inst/+arduinoio/lib/LibraryBase.h: bump version * doc/arduino.texi: update url, (c) date
- Loading branch information
Showing
4 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name: arduino | ||
Version: 0.12.0 | ||
Date: 2023-12-22 | ||
Version: 0.12.1 | ||
Date: 2023-01-04 | ||
Author: John Donoghue <[email protected]> | ||
Maintainer: John Donoghue <[email protected]> | ||
Title: Octave Arduino Toolkit | ||
|
@@ -11,4 +11,5 @@ Categories: Arduino Toolkit | |
Depends: octave (>= 4.0.0), instrument-control (>= 0.5.0) | ||
SystemRequirements: arduino-ide (>= 1.5) | ||
License: GPLv3+ | ||
Url: https://octave.sourceforge.io/arduino/ | ||
Url: https://gnu-octave.github.io/octave-arduino/ | ||
Repository: https://github.com/gnu-octave/octave-arduino/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
\input texinfo @c -*-texinfo-*- | ||
@c Copyright (c) 2018-2022, John Donoghue <[email protected]> | ||
@c Copyright (c) 2018-2024, John Donoghue <[email protected]> | ||
@c Octave Arduino - a somewhat Matlab compatible Arduino toolkit for GNU octave. | ||
|
||
@c For manually generating the documentation use | ||
|
@@ -11,7 +11,7 @@ | |
@afourpaper | ||
@paragraphindent 0 | ||
@finalout | ||
@set COPYRIGHT_DATE 2018-2023 | ||
@set COPYRIGHT_DATE 2018-2024 | ||
@c @afourwide | ||
@c %*** End of the HEADER | ||
|
||
|
@@ -63,7 +63,7 @@ Octave that you have. The precise conditions can be found in the | |
Octave arduino package and that also appears in @ref{Copying}. | ||
|
||
To download a copy of the @acronym{GNU} Octave arduino package, please visit | ||
@url{http://octave.sourceforge.net/arduino/}. | ||
@url{https://github.com/gnu-octave/octave-arduino/releases}. | ||
|
||
@end titlepage | ||
@c %*** End of TITLEPAGE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters