9 lines
138 B
C
9 lines
138 B
C
#ifndef VER_H
|
|
#define VER_H
|
|
|
|
#define VER_PRED "Predictor 2.53, 1.09.2005..."
|
|
#define RTS_VERSION "RTS VERSION = 2884"
|
|
|
|
#endif
|
|
|