Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
zw_version_config.h
Go to the documentation of this file.
1
6#ifndef _ZW_VERSION_CONFIG_H_
7#define _ZW_VERSION_CONFIG_H_
8
28#if !defined(APP_VERSION)
29#define APP_VERSION 1
30#endif /* !defined(APP_VERSION) */
31
36#if !defined(APP_REVISION)
37#define APP_REVISION 0
38#endif /* !defined(APP_REVISION) */
39
44#if !defined(APP_PATCH)
45#define APP_PATCH 0
46#endif /* !defined(APP_PATCH) */
47
48 /* \addtogroup app_version_configuration */
49
50 /* \addtogroup configuration */
51#endif /* _ZW_VERSION_CONFIG_H_ */