From 7c840d0d6f515c41f9495b01acd8c6b495d62eeb Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Tue, 28 May 2019 14:57:17 +0900 Subject: [PATCH] Update version number --- src/AutoConnect.cpp | 4 ++-- src/AutoConnect.h | 4 ++-- src/AutoConnectDefs.h | 4 ++-- src/AutoConnectLabels.h | 4 ++-- src/AutoConnectUpdate.cpp | 2 +- src/AutoConnectUpdate.h | 2 +- src/AutoConnectUpdatePage.h | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/AutoConnect.cpp b/src/AutoConnect.cpp index 4832754..fd5b531 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.9 - * @date 2019-05-25 + * @version 0.9.10 + * @date 2019-05-28 * @copyright MIT license. */ diff --git a/src/AutoConnect.h b/src/AutoConnect.h index e39942b..b271673 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.9 - * @date 2019-05-25 + * @version 0.9.10 + * @date 2019-05-28 * @copyright MIT license. */ diff --git a/src/AutoConnectDefs.h b/src/AutoConnectDefs.h index 525514b..5978001 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.9 - * @date 2019-05-25 + * @version 0.9.10 + * @date 2019-05-28 * @copyright MIT license. */ diff --git a/src/AutoConnectLabels.h b/src/AutoConnectLabels.h index 11863f2..32cdaf2 100644 --- a/src/AutoConnectLabels.h +++ b/src/AutoConnectLabels.h @@ -2,8 +2,8 @@ * AutoConnect proper menu label constant definition. * @file AutoConnectLabels.h * @author hieromon@gmail.com - * @version 0.9.8 - * @date 2019-03-11 + * @version 0.9.10 + * @date 2019-05-28 * @copyright MIT license. */ diff --git a/src/AutoConnectUpdate.cpp b/src/AutoConnectUpdate.cpp index fa6b219..4a8114f 100644 --- a/src/AutoConnectUpdate.cpp +++ b/src/AutoConnectUpdate.cpp @@ -2,7 +2,7 @@ * AutoConnectUpdate class implementation. * @file AutoConnectUpdate.cpp * @author hieromon@gmail.com - * @version 0.9.9 + * @version 0.9.10 * @date 2019-05-14 * @copyright MIT license. */ diff --git a/src/AutoConnectUpdate.h b/src/AutoConnectUpdate.h index 060ab13..b53a2c1 100644 --- a/src/AutoConnectUpdate.h +++ b/src/AutoConnectUpdate.h @@ -21,7 +21,7 @@ * pages are incorporated into the AutoConnect menu. * @file AutoConnectUpdate.h * @author hieromon@gmail.com - * @version 0.9.9 + * @version 0.9.10 * @date 2019-05-14 * @copyright MIT license. */ diff --git a/src/AutoConnectUpdatePage.h b/src/AutoConnectUpdatePage.h index 361c908..10cda4c 100644 --- a/src/AutoConnectUpdatePage.h +++ b/src/AutoConnectUpdatePage.h @@ -3,7 +3,7 @@ * AutoConnectUpdate class. * @file AutoConnectUpdatePage.h * @author hieromon@gmail.com - * @version 0.9.9 + * @version 0.9.10 * @date 2019-05-14 * @copyright MIT license. */