1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 15:34:47 +02:00
Files
unrealircd/include/relinfo.h
T
2000-02-28 22:45:44 +00:00

15 lines
438 B
C

/*
* Relinfo.h
*
* If anyone makes another release or a hybrid of Unreal
* PLEASE CHANGE RELEASEID2 to the current time(NULL) (date +%s)
* if another hybrid please change releaseprefix
* if a unreal special edtion please select an IDTAG for it
* - Stskeeps -
*/
#include "stamp.h"
#define RELEASEPREFIX "unrealircd"
#define RELEASEIDTAG "000"
#define RELEASEID RELEASEPREFIX "[" RELEASESTUFF "(" RELEASEID2 "/" RELEASEIDTAG ")]"