From 421fa4948b910137ca88ff7205a85243558e42ae Mon Sep 17 00:00:00 2001 From: Sam Kearney Date: Wed, 29 May 2019 14:08:39 -0500 Subject: [PATCH] Update version files for lwpa build 0.2.0.3 --- include/lwpa/version.h | 94 +++++++++++++++---------------- tools/version/current_version.txt | 2 +- 2 files changed, 48 insertions(+), 48 deletions(-) diff --git a/include/lwpa/version.h b/include/lwpa/version.h index d18482676..9e8d29053 100644 --- a/include/lwpa/version.h +++ b/include/lwpa/version.h @@ -1,47 +1,47 @@ -/****************************************************************************** - * Copyright 2019 ETC Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - ******************************************************************************* - * This file is a part of lwpa. For more information, go to: - * https://github.com/ETCLabs/lwpa - ******************************************************************************/ - -/*! \file lwpa/version.h - * \brief Provides the current version of the lwpa library. - * \author Sam Kearney - */ -#ifndef _LWPA_VERSION_H_ -#define _LWPA_VERSION_H_ - -/* clang-format off */ - -/*! \name lwpa version numbers - * @{ - */ -#define LWPA_VERSION_MAJOR 0 -#define LWPA_VERSION_MINOR 2 -#define LWPA_VERSION_PATCH 0 -#define LWPA_VERSION_BUILD 2 -/*! @} */ - -/*! \name lwpa version strings - * @{ - */ -#define LWPA_VERSION_STRING "0.2.0.2" -#define LWPA_VERSION_DATESTR "2019-04-26" -#define LWPA_VERSION_COPYRIGHT "Copyright 2019 ETC Inc." -#define LWPA_VERSION_PRODUCTNAME "lwpa" -/*! @} */ - -#endif /* _LWPA_VERSION_H_ */ +/****************************************************************************** + * Copyright 2019 ETC Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************* + * This file is a part of lwpa. For more information, go to: + * https://github.com/ETCLabs/lwpa + ******************************************************************************/ + +/*! \file lwpa/version.h + * \brief Provides the current version of the lwpa library. + * \author Sam Kearney + */ +#ifndef _LWPA_VERSION_H_ +#define _LWPA_VERSION_H_ + +/* clang-format off */ + +/*! \name lwpa version numbers + * @{ + */ +#define LWPA_VERSION_MAJOR 0 +#define LWPA_VERSION_MINOR 2 +#define LWPA_VERSION_PATCH 0 +#define LWPA_VERSION_BUILD 3 +/*! @} */ + +/*! \name lwpa version strings + * @{ + */ +#define LWPA_VERSION_STRING "0.2.0.3" +#define LWPA_VERSION_DATESTR "29.May.2019" +#define LWPA_VERSION_COPYRIGHT "Copyright 2019 ETC Inc." +#define LWPA_VERSION_PRODUCTNAME "lwpa" +/*! @} */ + +#endif /* _LWPA_VERSION_H_ */ diff --git a/tools/version/current_version.txt b/tools/version/current_version.txt index d55bf1c84..e87283e4b 100644 --- a/tools/version/current_version.txt +++ b/tools/version/current_version.txt @@ -1 +1 @@ -0.2.0.2 +0.2.0.3