Trident IoT Z-Wave SDK
Loading...
Searching...
No Matches
zw_version_config.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2023 Silicon Laboratories Inc. <https://www.silabs.com/>
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
12
13#ifndef _ZW_VERSION_CONFIG_H_
14#define _ZW_VERSION_CONFIG_H_
15
30
35#if !defined(APP_VERSION)
36#define APP_VERSION 1
37#endif /* !defined(APP_VERSION) */
38
43#if !defined(APP_REVISION)
44#define APP_REVISION 0
45#endif /* !defined(APP_REVISION) */
46
51#if !defined(APP_PATCH)
52#define APP_PATCH 0
53#endif /* !defined(APP_PATCH) */
54 /* \addtogroup app_version_configuration */
56 /* \addtogroup configuration */
58#endif /* _ZW_VERSION_CONFIG_H_ */