Files
2015-11-28 13:07:32 +00:00

9 lines
193 B
C

#ifndef __VER_H__
#define __VER_H__
// version variable that will be substituted by cmake
// This shows an example using the $ variable type
const char* ver = "${cf_example_VERSION}";
#endif