9 lines
117 B
C
9 lines
117 B
C
#ifndef VER_H
|
|
#define VER_H
|
|
|
|
#define VER_PPPA "2.6 (02.02.2010)"
|
|
#define RTS_VERSION "RTS VERSION = 2871"
|
|
|
|
#endif
|
|
|