X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=include%2Fversion.h;fp=include%2Fversion.h;h=faea17600f2e39ee8234c85202d6d53ce13a2a10;hp=0000000000000000000000000000000000000000;hb=0400a5a6479398d82526785c18c0df8bc8b92dce;hpb=d17e10da972ce5776c60b4c317267c6abe0e1ead diff --git a/include/version.h b/include/version.h new file mode 100644 index 0000000..faea176 --- /dev/null +++ b/include/version.h @@ -0,0 +1,14 @@ +/* + * version.h + * + * $Id$ + */ +#ifndef INCLUDED_version_h +#define INCLUDED_version_h + +extern const char *version; +extern const char *creation; +extern const char *infotext[]; +extern const char *generation; + +#endif /* INCLUDED_version_h */