doc: renamed project

This commit is contained in:
SylvanArnold
2025-04-29 13:52:54 +02:00
committed by Sylvan Arnold
parent 244e516bd8
commit 32618389d1
985 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
/**
* \file
* \brief Version information header file for MCU library
* Copyright (c) 2020-2024, Erich Styger
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef SOURCES_MCULIBVERSION_H_
#define SOURCES_MCULIBVERSION_H_
/* See
* https://github.com/ErichStyger/McuOnEclipseLibrary
* Date: 16-Dec-2024
* Time: 08:04
*/
#define McuLib_VERSION_VERSION_MAJOR (1)
/*!< McuLib major version number */
#define McuLib_VERSION_VERSION_MINOR (0)
/*!< McuLib minor version number */
#define McuLib_VERSION_VERSION_BUILD (11)
/*!< McuLib build version number */
#endif /* SOURCES_MCULIBVERSION_H_ */