version / license

Incorrect version and license in cpp and h
This commit is contained in:
Brett
2017-06-20 07:09:25 -07:00
parent 5cefbae8e5
commit 691f1d7af8
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#ifndef PID_v1_h
#define PID_v1_h
#define LIBRARY_VERSION 1.1.1
#define LIBRARY_VERSION 1.2.1
class PID
{