Jack Hansdampf / mbed-mqtt-GSOE1

Dependents:   ESP8266MQTT

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers MQTTSNGWVersion.h Source File

MQTTSNGWVersion.h

00001 /**************************************************************************************
00002  * Copyright (c) 2017, Tomoaki Yamaguchi
00003  *
00004  * All rights reserved. This program and the accompanying materials
00005  * are made available under the terms of the Eclipse Public License v1.0
00006  * and Eclipse Distribution License v1.0 which accompany this distribution.
00007  *
00008  * The Eclipse Public License is available at
00009  *    http://www.eclipse.org/legal/epl-v10.html
00010  * and the Eclipse Distribution License is available at
00011  *   http://www.eclipse.org/org/documents/edl-v10.php.
00012  *
00013  * Contributors:
00014  *    Tomoaki Yamaguchi - initial version
00015  **************************************************************************************/
00016 
00017 #ifndef MQTTSNGWVERSION_H_IN_
00018 #define MQTTSNGWVERSION_H_IN_
00019 
00020 #define PAHO_GATEWAY_VERSION "1.3.1"
00021 
00022 #endif /* MQTTSNGWVERSION_H_IN_ */