forked from WiringPi/WiringPi
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -8,6 +8,6 @@ Maintainer: Grazer Computer Club - GC2 <[email protected]> | |
Uploaders: Grazer Computer Club - GC2 <[email protected]> | ||
Description: The wiringPi libraries, headers and gpio command | ||
Libraries to allow GPIO access on a Raspberry Pi from C and C++ | ||
and BASIC programs as well as from the command-line | ||
Homepage: https://github.com/WiringPi/WiringPi/ | ||
Bugs: https://github.com/WiringPi/WiringPi/ | ||
programs as well as from the command-line | ||
Homepage: https://github.com/WiringPi/WiringPi | ||
Bugs: https://github.com/WiringPi/WiringPi/issues |
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 @@ | ||
#!/bin/sh | ||
set -e | ||
/bin/chown root.root /usr/bin/gpio | ||
/bin/chown root:root /usr/bin/gpio | ||
/bin/chmod 4755 /usr/bin/gpio | ||
/sbin/ldconfig |
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,3 +1,3 @@ | ||
#define VERSION "3.0" | ||
#define VERSION_MAJOR 3 | ||
#define VERSION_MINOR 0 | ||
#define VERSION_MINOR 0 |