]> jfr.im git - irc/quakenet/newserv.git/blame - lib/version.h
Add jupe support
[irc/quakenet/newserv.git] / lib / version.h
CommitLineData
ae81e935
CP
1#ifndef __VERSION_H
2
3#define __VERSION_H
4
70b0a4e5
CP
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); };
ae81e935
CP
10
11#endif