/* External declarations for version.c. * * IRC Services is copyright (c) 1996-2007 Andrew Church. * E-mail: <achurch@achurch.org> * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for * details. */ extern const char program_name[]; extern const char version_number[]; extern const char version_build[]; extern const char *info_text[];