blob: 475b51b1e61e41a32b9baaa7533e87795ab5f98b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef _NCS_COMMIT_H_
#define _NCS_COMMIT_H_
/* values come from cmake/version.cmake
* BUILD_COMMIT related values will be 'git rev-parse',
* alternatively user defined BUILD_VERSION.
*/
#define NCS_COMMIT 5cb85570ca43
#define NCS_COMMIT_STRING "5cb85570ca43"
#endif /* _NCS_COMMIT_H_ */
|