]> jfr.im git - irc/quakenet/newserv.git/blame - lib/version.h
A4STATS: remove E style escapes and switch to createtable for indices
[irc/quakenet/newserv.git] / lib / version.h
CommitLineData
ae81e935
CP
1#ifndef __VERSION_H
2
3#define __VERSION_H
4
70b0a4e5 5#ifndef BUILDID
16fc8bc1
CP
6#define _BUILDID "unknown"
7#else
f28b61f2 8#define _BUILDID BUILDID
70b0a4e5
CP
9#endif
10
ec36d4c6 11#define MODULE_VERSION(id) const char *_version(const char **version) { *version=(id[0]=='\0')?NULL:id; return _BUILDID; }
ae81e935
CP
12
13#endif