Sync versions for next release (78).
authorGuy McSwain <guy.mcswain@gmail.com>
Tue, 29 Sep 2020 13:33:55 +0000 (08:33 -0500)
committerGuy McSwain <guy.mcswain@gmail.com>
Tue, 29 Sep 2020 15:19:49 +0000 (10:19 -0500)
pigpio.c
pigpio.h
pigpio.py
setup.py

index 1ea82cdb4bde2a1d6957b7438b4d97af37972753..92b9bf7f519bc5177bb40f246f6144f9c08ebddc 100644 (file)
--- a/pigpio.c
+++ b/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 ------------------------------------------------------- */
 
index 769751436906e49a4b71301d505c2aa10a18a0b4..2f9fc648cfab356bd71863fc9f8b963e380be44f 100644 (file)
--- a/pigpio.h
+++ b/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
 
index 7fc80a571fff61cbd076af9105e5b00ee8a972ad..edb673484b9af4e9bdfb01dc7f65e615b3e61432 100644 (file)
--- a/pigpio.py
+++ b/pigpio.py
@@ -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
 
index 023a2c4e70e0c7dfcc44e383a1e3f5b4ca8a0dde..4dbb8a93c57a336545e6ebccc1368c82c46db8ea 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup(name='pigpio',
-      version='1.46',
+      version='1.78',
       author='joan',
       author_email='joan@abyz.me.uk',
       maintainer='joan',