tried to reorder the program structure and build process
[NeonServV5.git] / src / version.h
diff --git a/src/version.h b/src/version.h
new file mode 100644 (file)
index 0000000..06f4b0a
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef _version_h
+#define _version_h
+
+#include "main.h"
+
+extern const char *compilation;
+extern const char *creation;
+extern const char *revision;
+extern const char *codelines;
+
+#endif
\ No newline at end of file