mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 21:18:23 +00:00
5 lines
149 B
C
5 lines
149 B
C
/* this is produced by configure */
|
|
#ifndef __VERSION_H__
|
|
#define __VERSION_H__
|
|
static char *dmalloc_version = "5.6.5";
|
|
#endif /* ! __VERSION_H__ */
|