Skip to content

Commit

Permalink
Update version files for lwpa build 0.2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
samkearney committed May 29, 2019
1 parent 3dd1882 commit 421fa49
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
94 changes: 47 additions & 47 deletions include/lwpa/version.h
Original file line number Diff line number Diff line change
@@ -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_ */
2 changes: 1 addition & 1 deletion tools/version/current_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0.2
0.2.0.3

0 comments on commit 421fa49

Please sign in to comment.