Update version number

pull/83/head
Hieromon Ikasamo 5 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.
* @file AutoConnect.cpp
* @author hieromon@gmail.com
* @version 0.9.7
* @date 2019-01-21
* @version 0.9.9
* @date 2019-05-25
* @copyright MIT license.
*/

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save