06f4b0a84a6a9ff500e07ef84bb45a41a704b0dc
[NeonServV5.git] / version.h
1 #ifndef _version_h
2 #define _version_h
3
4 #include "main.h"
5
6 extern const char *compilation;
7 extern const char *creation;
8 extern const char *revision;
9 extern const char *codelines;
10
11 #endif