Files
2025-12-10 14:38:26 -08:00

11 lines
205 B
C++

#ifndef VERSION_HEADER_434343489702544325
#define VERSION_HEADER_434343489702544325
namespace fff
{
const char ffsVersion[] = "14.6"; //internal linkage!
const char FFS_VERSION_SEPARATOR = '.';
}
#endif