add version constants & bump version in library.properties

This commit is contained in:
Todd Treece 2016-08-05 14:59:40 -04:00
parent 49eda71d17
commit ae113941a1
2 changed files with 5 additions and 1 deletions

View File

@ -29,6 +29,10 @@
#define strncasecmp_P(f1, f2, len) strncasecmp((f1), (f2), (len))
#endif
#define ADAFRUIT_MQTT_VERSION_MAJOR 0
#define ADAFRUIT_MQTT_VERSION_MINOR 15
#define ADAFRUIT_MQTT_VERSION_PATCH 0
// Uncomment/comment to turn on/off debug output messages.
//#define MQTT_DEBUG
// Uncomment/comment to turn on/off error output messages.

View File

@ -1,5 +1,5 @@
name=Adafruit MQTT Library
version=0.14.2
version=0.15.0
author=Adafruit
maintainer=Adafruit <info@adafruit.com>
sentence=MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.