ircu2.10.12 pk910 fork
[ircu2.10.12-pk.git] / include / patchlevel.h
1 /*
2  * IRC - Internet Relay Chat, include/patchlevel.h
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation; either version 1, or (at your option)
7  * any later version.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  * GNU General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License
15  * along with this program; if not, write to the Free Software
16  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17  *
18  * $Id: patchlevel.h 1862 2008-01-09 18:32:43Z klmitch $
19  *
20  */
21 #define PATCHSET "-BNCNet"
22
23 #define PATCHLEVEL "pk-rc4"
24
25 #define RELEASE ".12."
26
27 /*
28  * Deliberate empty lines
29  */
30 /* Do NOT edit those: */
31
32 #ifndef BASE_VERSION
33 #define BASE_VERSION "u2.10"
34 #endif
35
36 #ifndef MAJOR_PROTOCOL
37 #define MAJOR_PROTOCOL "10"
38 #endif