ircu2.10.12 pk910 fork
[ircu2.10.12-pk.git] / ircd / version.c
1 /*
2  * IRC - Internet Relay Chat, ircd/version.c
3  * Copyright (C) 1990 Chelsea Ashley Dyerman
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 1, or (at your option)
8  * any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program; if not, write to the Free Software
17  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18  */
19
20 /*
21  * This file is generated by version.c.SH. Any changes made will go away.
22  */
23
24 #include "version.h"
25 #include "patchlevel.h"
26
27 const char *generation = "313";
28 const char *creation = "Mon Jun 27 2011 at 23:27:26 CEST";
29 const char *version = BASE_VERSION RELEASE PATCHLEVEL PATCHSET;
30 const char *svn_srev = "0";
31
32 const char *infotext[] = {
33     "IRC --",
34     "This program is free software; see LICENSE in the distribution",
35     "",
36     "Based on the original code written by Jarkko Oikarinen, version 2.6:",
37     "Wiz          Jarkko Oikarinen         <jto@tolsun.oulu.fi>",
38     "",
39     "The main developer of version u2.9 and u2.10 was:",
40     "Run          Carlo Wood               <carlo@runaway.xs4all.nl>",
41     "",
42     "The head developer of the u2.10 source tree was:",
43     "Bleep        Thomas Helvey            <tomh@inxpress.net>",
44     "",
45     "The current maintainors of the u2.10 source tree are:",
46     "Isomer       Perry Lorier             <perry@coders.net>",
47     "Kev          Kevin Mitchell           <klmitch@mit.edu>",
48     "",
49     "Contributors to this release:",
50     "Kev, Isomer, Gte, Ghostwolf, Bleep",
51     "Debugging and support:",
52     "SeKs, Maniac-, HeKTik, OmniDynmc, Liandrin, Dianora",
53     "Special thanks to Angel and Buff for believing in us and putting"
54     "up with frantic late night phone calls"
55     "",
56     "Thanks goes to all other people who contributed to any version.",
57     "A full listing of all coders can be found in doc/Authors in the",
58     "source.",
59     0,
60 };