Skip to content

Commit

Permalink
V3
Browse files Browse the repository at this point in the history
  • Loading branch information
mstroh76 committed Feb 27, 2024
1 parent aa12f15 commit ec538c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions debian-template/wiringPi/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion debian-template/wiringPi/DEBIAN/postinst
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
2 changes: 1 addition & 1 deletion version.h
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

0 comments on commit ec538c5

Please sign in to comment.