9 lines
110 B
C
9 lines
110 B
C
|
#ifndef VERSION_H
|
||
|
#define VERSION_H
|
||
|
|
||
|
#define VERSION "version 2.2-2 (20110305)"
|
||
|
//#define VERSION ""
|
||
|
|
||
|
#endif
|
||
|
|