V68
authorjoan <joan@abyz.me.uk>
Sun, 21 Oct 2018 08:34:40 +0000 (09:34 +0100)
committerjoan <joan@abyz.me.uk>
Sun, 21 Oct 2018 08:34:40 +0000 (09:34 +0100)
pigpio.c
pigpio.h
pigpio.py
setup.py

index 3acca3fd937aa5eb33332083296415b892c6f6bc..b63b4a895452b62a9f7372fdff638f366eccb5fc 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 67 */
+/* pigpio version 68 */
 
 /* include ------------------------------------------------------- */
 
index e9216f62a7b89564604a107fa4201162bed74b53..8c79d2c4b8e01315b5afa5a46551ab0512e48b4c 100644 (file)
--- a/pigpio.h
+++ b/pigpio.h
@@ -31,7 +31,7 @@ For more information, please refer to <http://unlicense.org/>
 #include <stdint.h>
 #include <pthread.h>
 
-#define PIGPIO_VERSION 67
+#define PIGPIO_VERSION 68
 
 /*TEXT
 
index d5aa57670d8cf2a6b3b5229be5c8914d633ba0c5..ae7be89b80a79b849ccccdfc6c102f5a03f291b8 100644 (file)
--- a/pigpio.py
+++ b/pigpio.py
@@ -300,7 +300,7 @@ import threading
 import os
 import atexit
 
-VERSION = "1.41"
+VERSION = "1.42"
 
 exceptions = True
 
index 7ded16d846d4d964b0457baf34bc8e0702237066..9de06d230be75c67c268db2a05e9af4f9309699c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup(name='pigpio',
-      version='1.41',
+      version='1.42',
       author='joan',
       author_email='joan@abyz.me.uk',
       maintainer='joan',