Update version number

pull/83/head
Hieromon Ikasamo 6 years ago
parent 2bdca1120c
commit 86be3a520c
  1. 4
      src/AutoConnect.cpp
  2. 4
      src/AutoConnect.h
  3. 4
      src/AutoConnectAux.cpp
  4. 4
      src/AutoConnectAux.h
  5. 4
      src/AutoConnectDefs.h
  6. 4
      src/AutoConnectElementBasisImpl.h
  7. 4
      src/AutoConnectElementJson.h
  8. 4
      src/AutoConnectElementJsonImpl.h
  9. 4
      src/AutoConnectPage.cpp
  10. 4
      src/AutoConnectUploadImpl.h

@ -2,8 +2,8 @@
* AutoConnect class implementation. * AutoConnect class implementation.
* @file AutoConnect.cpp * @file AutoConnect.cpp
* @author hieromon@gmail.com * @author hieromon@gmail.com
* @version 0.9.7 * @version 0.9.9
* @date 2019-01-21 * @date 2019-05-25
* @copyright MIT license. * @copyright MIT license.
*/ */

@ -2,8 +2,8 @@
* Declaration of AutoConnect class and accompanying AutoConnectConfig class. * Declaration of AutoConnect class and accompanying AutoConnectConfig class.
* @file AutoConnect.h * @file AutoConnect.h
* @author hieromon@gmail.com * @author hieromon@gmail.com
* @version 0.9.7 * @version 0.9.9
* @date 2019-01-21 * @date 2019-05-25
* @copyright MIT license. * @copyright MIT license.
*/ */

@ -2,8 +2,8 @@
* Implementation of AutoConnectAux class. * Implementation of AutoConnectAux class.
* @file AutoConnectAuxBasisImpl.h * @file AutoConnectAuxBasisImpl.h
* @author hieromon@gmail.com * @author hieromon@gmail.com
* @version 0.9.8 * @version 0.9.9
* @date 2019-03-11 * @date 2019-05-25
* @copyright MIT license. * @copyright MIT license.
*/ */
#include <algorithm> #include <algorithm>

@ -2,8 +2,8 @@
* Declaration of AutoConnectAux basic class. * Declaration of AutoConnectAux basic class.
* @file AutoConnectAuxBasis.h * @file AutoConnectAuxBasis.h
* @author hieromon@gmail.com * @author hieromon@gmail.com
* @version 0.9.7 * @version 0.9.9
* @date 2018-12-17 * @date 2019-05-23
* @copyright MIT license. * @copyright MIT license.
*/ */

@ -2,8 +2,8 @@
* Predefined AutoConnect configuration parameters. * Predefined AutoConnect configuration parameters.
* @file AutoConnectDefs.h * @file AutoConnectDefs.h
* @author hieromon@gmail.com * @author hieromon@gmail.com
* @version 0.9.7 * @version 0.9.9
* @date 2018-11-17 * @date 2019-05-25
* @copyright MIT license. * @copyright MIT license.
*/ */

@ -2,8 +2,8 @@
* Implementation of AutoConnectElementBasis classes. * Implementation of AutoConnectElementBasis classes.
* @file AutoConnectElementImpl.h * @file AutoConnectElementImpl.h
* @author hieromon@gmail.com * @author hieromon@gmail.com
* @version 0.9.8 * @version 0.9.9
* @date 2019-03-11 * @date 2019-05-23
* @copyright MIT license. * @copyright MIT license.
*/ */

@ -2,8 +2,8 @@
* Declaration of AutoConnectElement extended classes using JSON. * Declaration of AutoConnectElement extended classes using JSON.
* @file AutoConnectElementJson.h * @file AutoConnectElementJson.h
* @author hieromon@gmail.com * @author hieromon@gmail.com
* @version 0.9.8 * @version 0.9.9
* @date 2019-03-11 * @date 2019-05-23
* @copyright MIT license. * @copyright MIT license.
*/ */

@ -2,8 +2,8 @@
* Implementation of AutoConnectElementJson classes. * Implementation of AutoConnectElementJson classes.
* @file AutoConnectElementImpl.h * @file AutoConnectElementImpl.h
* @author hieromon@gmail.com * @author hieromon@gmail.com
* @version 0.9.8 * @version 0.9.9
* @date 2019-03-11 * @date 2019-05-23
* @copyright MIT license. * @copyright MIT license.
*/ */

@ -2,8 +2,8 @@
* AutoConnect portal site web page implementation. * AutoConnect portal site web page implementation.
* @file AutoConnectPage.h * @file AutoConnectPage.h
* @author hieromon@gmail.com * @author hieromon@gmail.com
* @version 0.9.7 * @version 0.9.9
* @date 2019-01-23 * @date 2019-05-25
* @copyright MIT license. * @copyright MIT license.
*/ */

@ -2,8 +2,8 @@
* The default upload handler implementation. * The default upload handler implementation.
* @file AutoConnectUploadImpl.h * @file AutoConnectUploadImpl.h
* @author hieromon@gmail.com * @author hieromon@gmail.com
* @version 0.9.8 * @version 0.9.9
* @date 2019-03-19 * @date 2019-05-25
* @copyright MIT license. * @copyright MIT license.
*/ */

Loading…
Cancel
Save