Sync versions for next release (78).

This commit is contained in:
Guy McSwain 2020-09-29 08:33:55 -05:00
parent d5961b9de2
commit c7c561177d
4 changed files with 4 additions and 4 deletions

View File

@ -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 ------------------------------------------------------- */

View File

@ -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

View File

@ -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

View File

@ -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',