1
2
#ifndef __CONFIG_H__
3
#define __CONFIG_H__
4
5
/* Quax version*/ 
6
#define VERSION "1.0"
7
#define RELEASE "1"
8
9
#endif /* __CONFIG_H__ */