nuttx/mm/dmalloc/version.h
mage1 fc3920904e mm: Add dmalloc wrapper layer and enable dmalloc module.
Change-Id: I83fe5e275215946d5962379fc7aad882724741f2
2021-07-10 05:04:56 -07:00

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__ */