added some code & compiler information to cmd_netinfo
[NeonServV5.git] / version.h
diff --git a/version.h b/version.h
new file mode 100644 (file)
index 0000000..06f4b0a
--- /dev/null
+++ b/version.h
@@ -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