Skip to content

Commit

Permalink
prepare v3, fix some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mwallner committed Feb 25, 2024
1 parent 256cfe9 commit 4909adf
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 14 deletions.
1 change: 0 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ To un-install wiringPi:
For help and support see:

* https://github.com/WiringPi/WiringPi/issues
* https://discord.gg/SM4WUVG


wiringPi originally created by Gordon Henderson
Expand Down
2 changes: 2 additions & 0 deletions People
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ Andre Crone

Rik Teerling
Pointing out some silly mistooks in the I2C code...

And everyone else that's been working on this project!
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ Support
-------

Please use the [issue system](https://github.com/WiringPi/WiringPi/issues) of GitHub.
Please do not email Gordon if you have issues.
Dont' email @Gadgetoid.
Please do not email Gordon or @Gadgetoid.
Please don't email GC2 for reporting issues, you might [contact us]([email protected]) for anything that's not meant for the public.

Debug
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.73
3.0
4 changes: 2 additions & 2 deletions newVersion
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Section: libraries
Priority: optional
Architecture: armhf
Depends: libc6
Maintainer: Phil Howard <wiringpi@gadgetoid.com>
Uploaders: Phil Howard <wiringpi@gadgetoid.com>
Maintainer: Grazer Computer Club - GC2 <wiringpi@gc2.at>
Uploaders: Grazer Computer Club - GC2 <wiringpi@gc2.at>
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
Expand Down
5 changes: 0 additions & 5 deletions update

This file was deleted.

6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define VERSION "2.73"
#define VERSION_MAJOR 2
#define VERSION_MINOR 73
#define VERSION "3.0"
#define VERSION_MAJOR 3
#define VERSION_MINOR 0

0 comments on commit 4909adf

Please sign in to comment.