X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fversion.h;h=8784d08e7c61c4cbb940ef77c732cd75adcc00a4;hb=706e48b1e666054030c491d864f740071e390038;hp=1248409047086fdf9de365c9030f7ca149cd4fd1;hpb=b53d0c5f88063f075a48a0426f9d5d6b3490b9fc;p=NeonServV5.git diff --git a/src/version.h b/src/version.h index 1248409..8784d08 100644 --- a/src/version.h +++ b/src/version.h @@ -19,10 +19,13 @@ #include "main.h" +#define MODULE_VERSION 1 + +#ifndef DND_FUNCTIONS extern const char *compilation; extern const char *creation; extern const char *revision; extern const char *codelines; extern const int patchlevel; - -#endif \ No newline at end of file +#endif +#endif