tried to reorder the program structure and build process
[NeonServV5.git] / src / 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