From 86be3a520cd7d1c5ca0c17a2c4d428d7909f8605 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Tue, 28 May 2019 14:46:51 +0900 Subject: [PATCH] Update version number --- src/AutoConnect.cpp | 4 ++-- src/AutoConnect.h | 4 ++-- src/AutoConnectAux.cpp | 4 ++-- src/AutoConnectAux.h | 4 ++-- src/AutoConnectDefs.h | 4 ++-- src/AutoConnectElementBasisImpl.h | 4 ++-- src/AutoConnectElementJson.h | 4 ++-- src/AutoConnectElementJsonImpl.h | 4 ++-- src/AutoConnectPage.cpp | 4 ++-- src/AutoConnectUploadImpl.h | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/AutoConnect.cpp b/src/AutoConnect.cpp index 7733025..5379c74 100644 --- a/src/AutoConnect.cpp +++ b/src/AutoConnect.cpp @@ -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. */ diff --git a/src/AutoConnect.h b/src/AutoConnect.h index f94ea6e..78e94c3 100644 --- a/src/AutoConnect.h +++ b/src/AutoConnect.h @@ -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. */ diff --git a/src/AutoConnectAux.cpp b/src/AutoConnectAux.cpp index f62326e..4065561 100644 --- a/src/AutoConnectAux.cpp +++ b/src/AutoConnectAux.cpp @@ -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 diff --git a/src/AutoConnectAux.h b/src/AutoConnectAux.h index 284e36a..fceb7b2 100644 --- a/src/AutoConnectAux.h +++ b/src/AutoConnectAux.h @@ -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. */ diff --git a/src/AutoConnectDefs.h b/src/AutoConnectDefs.h index fb2d3eb..bde08d6 100644 --- a/src/AutoConnectDefs.h +++ b/src/AutoConnectDefs.h @@ -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. */ diff --git a/src/AutoConnectElementBasisImpl.h b/src/AutoConnectElementBasisImpl.h index da0d393..27e488a 100644 --- a/src/AutoConnectElementBasisImpl.h +++ b/src/AutoConnectElementBasisImpl.h @@ -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. */ diff --git a/src/AutoConnectElementJson.h b/src/AutoConnectElementJson.h index 2f82a73..b28f073 100644 --- a/src/AutoConnectElementJson.h +++ b/src/AutoConnectElementJson.h @@ -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. */ diff --git a/src/AutoConnectElementJsonImpl.h b/src/AutoConnectElementJsonImpl.h index 766a9bf..ba4ff6c 100644 --- a/src/AutoConnectElementJsonImpl.h +++ b/src/AutoConnectElementJsonImpl.h @@ -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. */ diff --git a/src/AutoConnectPage.cpp b/src/AutoConnectPage.cpp index 167a4a4..34fe63a 100644 --- a/src/AutoConnectPage.cpp +++ b/src/AutoConnectPage.cpp @@ -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. */ diff --git a/src/AutoConnectUploadImpl.h b/src/AutoConnectUploadImpl.h index d09b381..99d94d2 100644 --- a/src/AutoConnectUploadImpl.h +++ b/src/AutoConnectUploadImpl.h @@ -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. */