1 /*
2  * version.c: version string
3  */
4 
5 #include "version.h"
6 
7 const char *const version = VERSION;
8