Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare v3, fix some docs #24

Merged
merged 1 commit into from
Feb 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading