mirror of https://github.com/joan2937/pigpio
Sync versions for next release (78).
This commit is contained in:
parent
d5961b9de2
commit
c7c561177d
2
pigpio.c
2
pigpio.c
|
@ -25,7 +25,7 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|||
For more information, please refer to <http://unlicense.org/>
|
||||
*/
|
||||
|
||||
/* pigpio version 77 */
|
||||
/* pigpio version 78 */
|
||||
|
||||
/* include ------------------------------------------------------- */
|
||||
|
||||
|
|
2
pigpio.h
2
pigpio.h
|
@ -30,7 +30,7 @@ For more information, please refer to <http://unlicense.org/>
|
|||
#include <stdint.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#define PIGPIO_VERSION 7702
|
||||
#define PIGPIO_VERSION 7800
|
||||
|
||||
/*TEXT
|
||||
|
||||
|
|
|
@ -331,7 +331,7 @@ import threading
|
|||
import os
|
||||
import atexit
|
||||
|
||||
VERSION = "1.46"
|
||||
VERSION = "1.78" # sync minor number to pigpio library version
|
||||
|
||||
exceptions = True
|
||||
|
||||
|
|
Loading…
Reference in New Issue