chiark / gitweb /
check fd watches; other bugfixes
[inn-innduct.git] / lib / version.c
1 /*  $Id: version.c 3989 2000-10-01 01:59:45Z rra $
2 **
3 **  INN compile-time version information.
4 */
5
6 #include "config.h"
7 #include "inn/version.h"
8
9 const int inn_version[3] = {
10     INN_VERSION_MAJOR, INN_VERSION_MINOR, INN_VERSION_PATCH
11 };
12 const char inn_version_extra[]  = INN_VERSION_EXTRA;
13 const char inn_version_string[] = INN_VERSION_STRING;