#define APP_NAME "ESPURNA"
|
|
#define APP_VERSION "1.13.1a"
|
|
|
|
#ifndef APP_REVISION
|
|
#define APP_REVISION ""
|
|
#endif
|
|
|
|
#define APP_AUTHOR "xose.perez@gmail.com"
|
|
#define APP_WEBSITE "http://tinkerman.cat"
|
|
|
|
#define CFG_VERSION 3
|