]> jfr.im git - irc/quakenet/newserv.git/blob - lib/version.h
probably want to malloc the node first
[irc/quakenet/newserv.git] / lib / version.h
1 #ifndef __VERSION_H
2
3 #define __VERSION_H
4
5 #ifndef BUILDID
6 #define BUILDID "unknown"
7 #endif
8
9 #define MODULE_VERSION(id) const char *_version(void) { return (id[0]=='\0')?BUILDID:(id "/" BUILDID); };
10
11 #endif