added basic ssl support to ircu
[ircu2.10.12-pk.git] / include / version.h
1 /*
2  * version.h
3  *
4  * $Id$
5  */
6 #ifndef INCLUDED_version_h
7 #define INCLUDED_version_h
8
9 extern const char *version;
10 extern const char *creation;
11 extern const char *infotext[];
12 extern const char *generation;
13
14 #endif /* INCLUDED_version_h */