diff --git a/INSTALL b/INSTALL index 3b11fa8..a8e29a4 100644 --- a/INSTALL +++ b/INSTALL @@ -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 diff --git a/People b/People index b339494..20ddb45 100644 --- a/People +++ b/People @@ -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! \ No newline at end of file diff --git a/README.md b/README.md index cddbc2a..0c30f98 100644 --- a/README.md +++ b/README.md @@ -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](wiringpi@gc2.at) for anything that's not meant for the public. Debug diff --git a/VERSION b/VERSION index ae0a2e9..f398a20 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.73 \ No newline at end of file +3.0 \ No newline at end of file diff --git a/newVersion b/newVersion index e63b927..b8cbef1 100755 --- a/newVersion +++ b/newVersion @@ -40,8 +40,8 @@ Section: libraries Priority: optional Architecture: armhf Depends: libc6 -Maintainer: Phil Howard -Uploaders: Phil Howard +Maintainer: Grazer Computer Club - GC2 +Uploaders: Grazer Computer Club - GC2 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 diff --git a/update b/update deleted file mode 100755 index 0f72243..0000000 --- a/update +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -# update - update source files from master on yakko - -rsync -aHx --exclude='*.o' --exclude='*~' -v --delete gordon@yakko:rpi/git/wiringPi/ . diff --git a/version.h b/version.h index baffaa8..cedd4f7 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ -#define VERSION "2.73" -#define VERSION_MAJOR 2 -#define VERSION_MINOR 73 \ No newline at end of file +#define VERSION "3.0" +#define VERSION_MAJOR 3 +#define VERSION_MINOR 0 \ No newline at end of file