Skip to content

Commit

Permalink
Sync versions for next release (78).
Browse files Browse the repository at this point in the history
  • Loading branch information
guymcswain committed Sep 29, 2020
1 parent d5961b9 commit c7c5611
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pigpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 ------------------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion pigpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pigpio.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
import os
import atexit

VERSION = "1.46"
VERSION = "1.78" # sync minor number to pigpio library version

exceptions = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name='pigpio',
version='1.46',
version='1.78',
author='joan',
author_email='[email protected]',
maintainer='joan',
Expand Down

0 comments on commit c7c5611

Please sign in to comment.